Discuss this help topic in SecureBlackbox Forum
Used to hold user-defined data
Declaration
[VB.NET]
Property Data As System.Object
[Pascal]
property Data : pointer;
[C++]
void * get_Data();
void set_Data(void * Value);
[PHP]
get_Data()
void set_Data(TSBPointer|array of byte|string|NULL $Value)
Description
This property is a placeholder for user-defined data, associated with particular connection.
Discuss this help topic in SecureBlackbox Forum