Discuss this help topic in SecureBlackbox Forum

TElWebDAVPrincipal.IsGroup

TElWebDAVPrincipal     See also     


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


Specifies whether this principal is a group.

Declaration

[C#]
    bool IsGroup;

[VB.NET]
    Property IsGroup As Boolean

[Pascal]
    property IsGroup : boolean;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    This property returns true for a group principal, and false otherwise.

See also:     GroupMemberSet    

Discuss this help topic in SecureBlackbox Forum