The Gender (sex) if the contact, if a person. Valid values are "M" for Male, "F" for female or the empty string for unspecified or for companies.

Namespace:  Asi.iBO.ContactManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public ContactGender Gender { get; set; }
Visual Basic (Declaration)
Public Property Gender As ContactGender
Visual C++
public:
property ContactGender Gender {
	ContactGender get ();
	void set (ContactGender value);
}

See Also