User Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides properties and a method that can be used to return information about the current user of the form.
public ref class User abstract
public abstract class User
type User = class
Public MustInherit Class User
- Inheritance
-
User
Remarks
The User class is accessed through the User property of the Application class.
Constructors
User() |
Properties
LoginName |
Gets the user's full credentials. |
UserName |
Gets only the user's username. |
Methods
IsCurrentUser(String) |
Gets whether the specified user is the current user. |
IsUserMemberOf(String) |
Gets whether the current user is a member of the specified group. |