XdsObjects Help file
XdsObjects Namespace / XdsPerson Class / Sex Property



In This Topic
    Sex Property
    In This Topic
    The gender of the person
    Syntax
    Public Property Sex As String
    Dim instance As XdsPerson
    Dim value As String
     
    instance.Sex = value
     
    value = instance.Sex
    public string Sex {get; set;}
    public:
    property String^ Sex {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    Value is normally "M" or "F"
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also