UserInfo Members
Include Protected Members
Include Inherited Members
Represents user information from a user's user profile, such as e-mail address and name.
The UserInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
Gets the e-mail address of the current user. | ||
NTName | Gets the Windows account name for the current user. | |
PreferredName | Gets the preferred name for the current user. | |
UserID | Gets the globally unique identifier (GUID) for the current user. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top