Discuss this help topic in SecureBlackbox Forum
The user's phone number.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum