The gender of the person.

Namespace: vCards
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Remarks

The vCard specification does not define a property to indicate the gender of the contact. Microsoft Outlook implements it as a custom property named X-WAB-GENDER.

See Also