Discuss this help topic in SecureBlackbox Forum

TElOneDriveUserInfo.Gender

TElOneDriveUserInfo     


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


User's gender.

Declaration

[C#]
    string Gender;

[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