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