Discuss this help topic in SecureBlackbox Forum
A unique identifier to be used with events.
Declaration
[C#/Java]
string SequenceID;
[VB.NET]
Property SequenceID As String
[Pascal]
property SequenceID: string;
[C++]
void get_SequenceID(std::string &OutResult);
[PHP]
string get_SequenceID()
Description
Use this property to get object's unique ID to be used with the /events endpoint.
Discuss this help topic in SecureBlackbox Forum