Discuss this help topic in SecureBlackbox Forum
Returns the user counter value.
Declaration
[VB.NET]
Property Counter As Integer
[Pascal]
property Counter: integer;
[C++]
virtual int32_t get_Counter();
virtual void set_Counter(int32_t Value);
Description
Use this property to get or set the counter value of the user.
Discuss this help topic in SecureBlackbox Forum