Discuss this help topic in SecureBlackbox Forum
This topis is under development…
Declaration
[C#/Java]
bool AssociatedData;
[VB.NET]
Property AssociatedData As Boolean
[Pascal]
property AssociatedData : boolean;
[C++]
bool get_AssociatedData();
void set_AssociatedData(bool Value);
[PHP]
bool get_AssociatedData()
void set_AssociatedData(bool $Value)
Description
…
Discuss this help topic in SecureBlackbox Forum