Class UserInfoHeader
Represents brief information about a user.
Inheritance
System.Object
UserInfoHeader
Syntax
public class UserInfoHeader
Fields
FullName
The full name of the user.
Declaration
public string FullName
Type
System.StringUserGuid
The guid of the user.
Declaration
public Guid UserGuid
Type
System.GuidUserName
The username (login name) of the user.
Declaration
public string UserName