Discuss this help topic in SecureBlackbox Forum
Returns the number of remaining change IDs.
Declaration
[C#]
long RemainingChangeIDs;
[VB.NET]
Property RemainingChangeIDs As Long
[Pascal]
property RemainingChangeIDs: Int64;
[C++]
int64_t get_RemainingChangeIDs();
[PHP]
integer get_RemainingChangeIDs()
[Java]
long getRemainingChangeIDs();
Description
Use this property to get the number of the remaining change IDs.
Discuss this help topic in SecureBlackbox Forum