Discuss this help topic in SecureBlackbox Forum
…
Declaration
[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)
[Java]
String getStrLabel();
void setStrLabel(String Value);
Description
…
Discuss this help topic in SecureBlackbox Forum