User Members
Include Protected Members
Include Inherited Members
Provides properties and a method that can be used to return information about the current user of the form.
The User type exposes the following members.
Constructors
Name | Description | |
---|---|---|
User |
Top
Properties
Name | Description | |
---|---|---|
LoginName | Gets the user's full credentials. | |
UserName | Gets only the user's username. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IsCurrentUser | Gets whether the specified user is the current user. | |
IsUserMemberOf | Gets whether the current user is a member of the specified group. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top