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 and sets the access level.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataMemberAttribute]
public AccessLevelType AccessLevel { get; set; }
public:
[DataMemberAttribute]
property AccessLevelType AccessLevel {
AccessLevelType get();
void set(AccessLevelType value);
}
<DataMemberAttribute>
Public Property AccessLevel As AccessLevelType
Property Value
Type: Microsoft.WindowsServerSolutions.Users.AccessLevelType
The access level.
See Also
UserGroupCommonInfoContract Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top