Discuss this help topic in SecureBlackbox Forum
Specifies any custom data associated with the text.
Declaration
[C#/Java]
string CustomData;
[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)
Description
Use this property to specify any custom data associated with the text.
Discuss this help topic in SecureBlackbox Forum