VCalendarJournals Property
This is used to hold a set of journal (VJOURNAL) objects associated with the calendar
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public VJournalCollection Journals { get; }
Public ReadOnly Property Journals As VJournalCollection
Get
public:
property VJournalCollection^ Journals {
VJournalCollection^ get ();
}
member Journals : VJournalCollection with get
Property 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.