Discuss this help topic in SecureBlackbox Forum

TElGoogleDataStorage.ServerAddress

TElGoogleDataStorage     See also     


Filter: C#/Java  VB.NET  Pascal  C++  PHP  


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".

See also:     AuthServerAddress    

Discuss this help topic in SecureBlackbox Forum