Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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