C# Class OpenMetaverse.RegistrationApi.CreateUserParam

See https://secure-web6.secondlife.com/developers/third_party_reg/#service_create_user or https://wiki.secondlife.com/wiki/RegAPIDoc for description
Show file Open project: 3di/3di-viewer-rei-libs

Public Properties

Property Type Description
Birthdate System.DateTime
Email string
FirstName string
LastName LastName
LimitedToEstate Nullable
Password string
StartLocation Nullable
StartLookAt Nullable
StartRegionName string

Property Details

Birthdate public property

public DateTime,System Birthdate
return System.DateTime

Email public property

public string Email
return string

FirstName public property

public string FirstName
return string

LastName public property

public LastName LastName
return LastName

LimitedToEstate public property

public Nullable LimitedToEstate
return Nullable

Password public property

public string Password
return string

StartLocation public property

public Nullable StartLocation
return Nullable

StartLookAt public property

public Nullable StartLookAt
return Nullable

StartRegionName public property

public string StartRegionName
return string