Share via


BasePermission.Category Property

 

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