Discuss this help topic in SecureBlackbox Forum

TElBoxGroupInfo.Name

TElBoxGroupInfo     See also     


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


This group's name.

Declaration

[C#]
    string Name;

[VB.NET]
    Property Name As String

[Pascal]
    property Name: string;

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

[PHP]
    string get_Name()

[Java]
    String getName();

Description

    Returns the name of this group. Note, Box only supports group names of 255 characters or less. Names that will not be supported are the name "none" or a null name.

See also:     ID    

Discuss this help topic in SecureBlackbox Forum