Discuss this help topic in SecureBlackbox Forum

TElGoogleDataStorage.ServiceName

TElGoogleDataStorage     See also     


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


Specifies google service name.

Declaration

[C#/Java]
    string ServiceName;

[VB.NET]
    Property ServiceName As String

[Pascal]
    property ServiceName : string;

[C++]
    void get_ServiceName(std::string &OutResult);
    void set_ServiceName(const std::string &Value);

[PHP]
    string get_ServiceName()
    void set_ServiceName(string $Value)

Description

    Use this property to specify the name of the document service to be used, e.g., "writely" or "spreadsheets". The default value is "writely".

See also:     SecondaryServiceName    

Discuss this help topic in SecureBlackbox Forum