AccessLevelType Enumeration
Indicates the level of user rights for the user account.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataContractAttribute]
public enum AccessLevelType
[DataContractAttribute]
public enum class AccessLevelType
<DataContractAttribute>
Public Enumeration AccessLevelType
Members
Member name | Description | |
---|---|---|
Administrator | Indicates that the user account has Administrator rights. |
|
Guest | Indicates that the user account has Guest rights. |
|
Unknown | Indicates that the level of user rights is not known for the user account. |
|
User | Indicates that the user account has User rights. |
See Also
Microsoft.WindowsServerSolutions.Users Namespace
Return to top