AccessLevelType Enumeration

 

Indicates the level of user rights for the user account.

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

[DataContractAttribute]
public enum class AccessLevelType

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

Return to top

Community Additions

ADD
Show: