Discuss this help topic in SecureBlackbox Forum
Specifies any custom data associated with the text.
Declaration
[VB.NET]
Property CustomData As String
[Pascal]
property CustomData : string;
[C++]
void get_CustomData(std::string &OutResult);
void set_CustomData(const std::string &Value);
[PHP]
string get_CustomData()
void set_CustomData(string $Value)
[Java]
String getCustomData();
void setCustomData(String Value);
Description
Use this property to specify any custom data associated with the text.
Discuss this help topic in SecureBlackbox Forum