Discuss this help topic in SecureBlackbox Forum

TElBoxDataStorageObject.ID

TElBoxDataStorageObject     See also     


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


Returns the ID of the data object.

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

    Use this property to get a unique string identifying this data object.

See also:     ParentID     SequenceID    

Discuss this help topic in SecureBlackbox Forum