Discuss this help topic in SecureBlackbox Forum
User's gender.
Declaration
[VB.NET]
Property Gender As String
[Pascal]
property Gender: string;
[C++]
void get_Gender(std::string &OutResult);
void set_Gender(const std::string &Value);
[PHP]
string get_Gender()
void set_Gender(string $Value)
[Java]
String getGender();
void setGender(String Value);
Description
Specifies user's gender.
Discuss this help topic in SecureBlackbox Forum