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