Discuss this help topic in SecureBlackbox Forum
This topic is under development…
Declaration
[VB.NET]
Property Str As String
[Pascal]
property Str : string;
[C++]
void get_Str(std::string &OutResult);
void set_Str(const std::string &Value);
[PHP]
string get_Str()
void set_Str(string $Value)
Description
…
Discuss this help topic in SecureBlackbox Forum