VCalendarTo Dos Property
This is used to hold a set of to-do (VTODO) 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 to-do items for the calendar
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public VToDoCollection ToDos { get; }VB
Public ReadOnly Property ToDos As VToDoCollection
GetC++
public:
property VToDoCollection^ ToDos {
VToDoCollection^ get ();
}F#
member ToDos : VToDoCollection with getProperty Value
VToDoCollectionIf the returned collection is empty, there are no to-do items for the calendar