Discuss this help topic in SecureBlackbox Forum
User's last name.
Declaration
[VB.NET]
Property LastName As String
[Pascal]
property LastName: string;
[C++]
void get_LastName(std::string &OutResult);
void set_LastName(const std::string &Value);
[PHP]
string get_LastName()
void set_LastName(string $Value)
[Java]
String getLastName();
void setLastName(String Value);
Description
Use this property to get or set user's last (family) name.
Discuss this help topic in SecureBlackbox Forum