Discuss this help topic in SecureBlackbox Forum
Specifies address of the cloud storage.
Declaration
[C#/Java]
string ServerAddress;
[VB.NET]
Property ServerAddress As String
[Pascal]
property ServerAddress : string;
[C++]
void get_ServerAddress(std::string &OutResult);
void set_ServerAddress(const std::string &Value);
[PHP]
string get_ServerAddress()
void set_ServerAddress(string $Value)
Description
Use this property to specify the address of the data storage.
The default value is "docs.google.com".
Discuss this help topic in SecureBlackbox Forum