AccountInfo

From Virtual World Web Wiki
Jump to: navigation, search

A structure of information about a system account

Remarks [edit]

Properties

Guid AccountID {get; set;}
The globally unique identifier for the account
DateTime CreatedUtc {get; set;}
The UTC date the account was created
string Email {get; set;}
The user's email address (sign-on name)
PersonaInfo[] Personas {get; set;}
A list of personas (characters) owned by the account

Constructors

AccountInfo()