Partager via


UserPerm.Category Property

 

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