Share via


User.UserStatus Property

 

Gets the status of the user account.

Namespace:   Microsoft.WindowsServerSolutions.Users
Assembly:  UserObjectModel (in UserObjectModel.dll)

Syntax

public UserStatus UserStatus { get; set; }
public:
property UserStatus UserStatus {
    UserStatus get();
    void set(UserStatus value);
}
Public Property UserStatus As UserStatus

Property Value

Type: Microsoft.WindowsServerSolutions.Users.UserStatus

One of the UserStatus enumeration values.

See Also

User Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top