VEventRecurrence Id Property
This is used to get the recurrence ID (RECURRENCE-ID) 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 RecurrenceIdProperty RecurrenceId { get; }VB
Public ReadOnly Property RecurrenceId As RecurrenceIdProperty
GetC++
public:
property RecurrenceIdProperty^ RecurrenceId {
RecurrenceIdProperty^ get ();
}F#
member RecurrenceId : RecurrenceIdProperty with getProperty Value
RecurrenceIdPropertyRemarks
This property is only valid for the iCalendar 2.0 specification. It is ignored for
vCalendar 1.0 objects.