VCardAnniversary Property
This is used to get the Anniversary (ANNIVERSARY) 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 AnniversaryProperty Anniversary { get; }VB
Public ReadOnly Property Anniversary As AnniversaryProperty
GetC++
public:
property AnniversaryProperty^ Anniversary {
AnniversaryProperty^ get ();
}F#
member Anniversary : AnniversaryProperty with get