Discuss this help topic in SecureBlackbox Forum
A unique identifier to be used with events.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum