Discuss this help topic in SecureBlackbox Forum

TElBoxGroupMembership.GroupName

TElBoxGroupMembership     See also     


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


Name of the group.

Declaration

[C#]
    string GroupName;

[VB.NET]
    Property GroupName As String

[Pascal]
    property GroupName: string;

[C++]
    void get_GroupName(std::string &OutResult);

[PHP]
    string get_GroupName()

[Java]
    String getGroupName();

Description

    Returns the group name.

See also:     GroupID    

Discuss this help topic in SecureBlackbox Forum