SupportedPrivilegeAggregatedPrivileges Property
IT Hit WebDAV Classes Reference
Aggregate privileges list all of the privileges this privilege aggregates.
Namespace:
ITHit.WebDAV.Server.Acl
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax public IList<SupportedPrivilege> AggregatedPrivileges { get; set; }
Public Property AggregatedPrivileges As IList(Of SupportedPrivilege)
Get
Set
public:
property IList<SupportedPrivilege^>^ AggregatedPrivileges {
IList<SupportedPrivilege^>^ get ();
void set (IList<SupportedPrivilege^>^ value);
}
member AggregatedPrivileges : IList<SupportedPrivilege> with get, set
Property Value
Type:
IListSupportedPrivilegeSee Also