Discuss this help topic in SecureBlackbox Forum

TElBoxUserInfo.Login

TElBoxUserInfo     See also     


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


The email address used to log in.

Declaration

[C#]
    string Login;

[VB.NET]
    Property Login As String

[Pascal]
    property Login: string;

[C++]
    void get_Login(std::string &OutResult);

[PHP]
    string get_Login()

[Java]
    String getLogin();

Description

    Returns the primary email address this user uses to log in to Box.

See also:     ID    

Discuss this help topic in SecureBlackbox Forum