VCardBirth Date Property
This is used to get the Birth Date (BDAY) property
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public BirthDateProperty BirthDate { get; }VB
Public ReadOnly Property BirthDate As BirthDateProperty
GetC++
public:
property BirthDateProperty^ BirthDate {
BirthDateProperty^ get ();
}F#
member BirthDate : BirthDateProperty with get