Discuss this help topic in SecureBlackbox Forum

TElBoxDataStorageObject.SequenceID

TElBoxDataStorageObject     See also     


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


A unique identifier to be used with events.

Declaration

[C#]
    string SequenceID;

[VB.NET]
    Property SequenceID As String

[Pascal]
    property SequenceID: string;

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

[PHP]
    string get_SequenceID()

[Java]
    String getSequenceID();

Description

    Use this property to get object's unique ID to be used with the /events endpoint.

See also:     ID    

Discuss this help topic in SecureBlackbox Forum