Discuss this help topic in SecureBlackbox Forum
Declaration
[VB.NET]
Property Data As String
[Pascal]
under development
[C++]
void get_Data(sb_u16string &OutResult);
void get_Data(std::wstring &OutResult);
void set_Data(const sb_u16string &Value);
void set_Data(const std::wstring &Value);
[PHP]
string get_Data()
void set_Data(string $Value)
[Java]
String getData();
void setData(String Value);
Description
This topic is under development.
Discuss this help topic in SecureBlackbox Forum