ICalendar2Journals Property
IT Hit WebDAV Classes Reference
Gets a list of journal components associated with this calendar object.
Namespace: ITHit.WebDAV.CalendarAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
SyntaxIComponentList<IJournal> Journals { get; }
ReadOnly Property Journals As IComponentList(Of IJournal)
Get
property IComponentList<IJournal^>^ Journals {
IComponentList<IJournal^>^ get ();
}
abstract Journals : IComponentList<IJournal> with get
Property Value
Type:
IComponentListIJournal
Remarkshttps://tools.ietf.org/html/rfc5545#section-3.6.3
See Also