UserStatus Enumeration

 

Indicates the status of the user account.

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

[DataContractAttribute]
public enum class UserStatus

Member nameDescription
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.

Return to top

Community Additions

ADD
Show: