Discuss this help topic in SecureBlackbox Forum

TElBoxGroupMember.UserLogin

TElBoxGroupMember     See also     


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


Box user login of this member.

Declaration

[C#]
    string UserLogin;

[VB.NET]
    Property UserLogin As String

[Pascal]
    property UserLogin: string;

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

[PHP]
    string get_UserLogin()

[Java]
    String getUserLogin();

Description

    Returns user login of this member.

See also:     UserID     UserName    

Discuss this help topic in SecureBlackbox Forum