Discuss this help topic in SecureBlackbox Forum
This topis is under development…
Declaration
[C#]
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)
[Java]
boolean getAssociatedData();
void setAssociatedData(boolean Value);
Description
…
Discuss this help topic in SecureBlackbox Forum