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 the category of the permission.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public PrincipleCategory Category { get; set; }
public:
[DataMemberAttribute]
property PrincipleCategory Category {
PrincipleCategory get();
void set(PrincipleCategory value);
}
<DataMemberAttribute>
Public Property Category As PrincipleCategory
Property Value
Type: Microsoft.WindowsServerSolutions.Storage.PrincipleCategory
The category of the permission.
See Also
UserPerm Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top