Gets the master Item for the recurrence.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public Item Master { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property Master As Item |
An instance of the Item class or null if the recurrence is not associated with an item.
To associate a Recurrence with an Item, set the Item's Recurrence property to the Recurrence object.