Discuss this help topic in SecureBlackbox Forum
…
Declaration
[C#/Java]
string StrLabel;
[VB.NET]
Property StrLabel As String
[Pascal]
property StrLabel : string;
[C++]
void get_StrLabel(std::string &OutResult);
void set_StrLabel(const std::string &Value);
[PHP]
string get_StrLabel()
void set_StrLabel(string $Value)
Description
…
Discuss this help topic in SecureBlackbox Forum