VCardGender Property
This is used to get the gender (GENDER) property
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
This property is valid only for the 4.0 specification. It is used to define gender information for the vCard.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public GenderProperty Gender { get; }VB
Public ReadOnly Property Gender As GenderProperty
GetC++
public:
property GenderProperty^ Gender {
GenderProperty^ get ();
}F#
member Gender : GenderProperty with getProperty Value
GenderPropertyThis property is valid only for the 4.0 specification. It is used to define gender information for the vCard.