Gets the master item of this recurrence. The property returns null if the recurrence is not associated with an item.
Namespace: MindFusion.Scheduling Assembly: PocketPlanner
Syntax
C# |
public Item Master { get; } |
Visual Basic |
Public ReadOnly Property Master As Item |
Property Value
A reference to the schedule item whose recurrence is defined by this object.
See Also
|