PersonaInfo

From Virtual World Web Wiki
Jump to: navigation, search

A structure of information about a persona

Remarks [edit]

Properties

DateTime CreatedUtc {get; set;}
The UTC date the persona was created
DateTime? LastLoginUtc {get; set;}
The UTC date of the last login of the persona
string Name {get; set;}
The name of the persona
Guid PersonaID {get; set;}
The globally unique identifier for the persona

Constructors

PersonaInfo()