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.3.0

Syntax

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

See Also