Discuss this help topic in SecureBlackbox Forum

TElBoxUser.Phone

TElBoxUser     See also     


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


The user's phone number.

Declaration

[C#]
    string Phone;

[VB.NET]
    Property Phone As String

[Pascal]
    property Phone: string;

[C++]
    void get_Phone(std::string &OutResult);
    void set_Phone(const std::string &Value);

[PHP]
    string get_Phone()
    void set_Phone(string $Value)

[Java]
    String getPhone();
    void setPhone(String Value);

Description

    Use this property to specify the user's phone number.

See also:     Address    

Discuss this help topic in SecureBlackbox Forum