Discuss this help topic in SecureBlackbox Forum
Returns the ID of the largest change affecting the user.
Declaration
[C#]
long LargestChangeID;
[VB.NET]
Property LargestChangeID As Long
[Pascal]
property LargestChangeID: Int64;
[C++]
int64_t get_LargestChangeID();
[PHP]
integer get_LargestChangeID()
[Java]
long getLargestChangeID();
Description
Use this property to get the ID of the largest change affecting the user.
Discuss this help topic in SecureBlackbox Forum