Discuss this help topic in SecureBlackbox Forum

TElBoxGroupMember.UserID

TElBoxGroupMember     See also     


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


Box user ID of this member.

Declaration

[C#]
    string UserID;

[VB.NET]
    Property UserID As String

[Pascal]
    property UserID: string;

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

[PHP]
    string get_UserID()

[Java]
    String getUserID();

Description

    Returns Box user ID of this member.

See also:     UserLogin     UserName    

Discuss this help topic in SecureBlackbox Forum