Edit

Share via


User Class

Definition

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.

Applies to