VCalendarJournals Property
This is used to hold a set of journal (VJOURNAL) objects associated with the calendar
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
If the returned collection is empty, there are no journal items for the calendar. This property is only applicable to iCalendar 2.0 objects.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public VJournalCollection Journals { get; }VB
Public ReadOnly Property Journals As VJournalCollection
GetC++
public:
property VJournalCollection^ Journals {
VJournalCollection^ get ();
}F#
member Journals : VJournalCollection with getProperty Value
VJournalCollectionIf the returned collection is empty, there are no journal items for the calendar. This property is only applicable to iCalendar 2.0 objects.