UserStatus Enumeration
Indicates the status of the user account.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataContractAttribute]
public enum UserStatus
[DataContractAttribute]
public enum class UserStatus
<DataContractAttribute>
Public Enumeration UserStatus
Members
Member name | Description | |
---|---|---|
Disabled | Indicates that the user account is disabled. |
|
Enabled | Indicates that the user account is enabled. |
|
Error | Indicates that an error occurred while the user account was being created. |
See Also
Microsoft.WindowsServerSolutions.Users Namespace
Return to top