Search
Schedule.Items Property
See Also
 






Gets all scheduled items.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public ItemCollection Items { get; }

Visual Basic  Copy Code

Public ReadOnly Property Items As ItemCollection

 Property Value

An instance of the ItemCollection class containing all items in the schedule.

 See Also