Discuss this help topic in SecureBlackbox Forum

TElWebDAVSupportedPrivilege.AggregatedPrivilegeCount

TElWebDAVSupportedPrivilege     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Returns the number of aggregate privileges.

Declaration

[C#]
    int AggregatedPrivilegeCount;

[VB.NET]
    Property AggregatedPrivilegeCount As Integer

[Pascal]
    property AggregatedPrivilegeCount : integer;

[C++]
    int32_t get_AggregatedPrivilegeCount();

[PHP]
    integer get_AggregatedPrivilegeCount()

[Java]
    int getAggregatedPrivilegeCount();

Description

    Use this property to check the number of the aggregate privileges.

See also:     AggregatePrivileges    

Discuss this help topic in SecureBlackbox Forum