Discuss this help topic in SecureBlackbox Forum

TElGoogleDataStorage.Username

TElGoogleDataStorage     See also     


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


Specifies username used for authentication.

Declaration

[C#/Java]
    string Username;

[VB.NET]
    Property Username As String

[Pascal]
    property Username : string;

[C++]
    void get_Username(std::string &OutResult);
    void set_Username(const std::string &Value);

[PHP]
    string get_Username()
    void set_Username(string $Value)

Description

    Use this property to specify username which is used for authentication.

See also:     Password    

Discuss this help topic in SecureBlackbox Forum