Discuss this help topic in SecureBlackbox Forum
...
Declaration
[VB.NET]
Property Name As String
[Pascal]
property Name: string;
[C++]
virtual void get_Name(std::string & OutResult);
virtual void set_Name(const std::string & Value);
[PHP]
string get_Name()
void set_Name(string $Value)
Description
...
Discuss this help topic in SecureBlackbox Forum