Discuss this help topic in SecureBlackbox Forum

TElBoxGroupInfo.ID

TElBoxGroupInfo     See also     


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


Unique ID of this group.

Declaration

[C#]
    string ID;

[VB.NET]
    Property ID As String

[Pascal]
    property ID: string;

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

[PHP]
    string get_ID()

[Java]
    String getID();

Description

    Returns Box's unique ID of this group.

See also:     Name    

Discuss this help topic in SecureBlackbox Forum