Discuss this help topic in SecureBlackbox Forum
Returns the next unique identifier value.
Declaration
[VB.NET]
Property NextUID As Integer
[Pascal]
property NextUID : Integer;
[C++]
int32_t get_NextUID();
void set_NextUID(int32_t Value);
[PHP]
integer get_NextUID()
void set_NextUID(integer $Value)
[Java]
int getNextUID();
void setNextUID(int Value);
Description
Use this property to get or set the next unique identifier (corresponds to UIDNEXT status code).
Discuss this help topic in SecureBlackbox Forum