MindFusion.Scheduling for ASP.NET Programmer's Guide
Recurrence.Master Property
See Also
 





Gets the master Item for the recurrence.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public Item Master { get; }

Visual Basic  Copy Code

Public ReadOnly Property Master As Item

 Property Value

An instance of the Item class or null if the recurrence is not associated with an item.

 Remarks

To associate a Recurrence with an Item, set the Item's Recurrence property to the Recurrence object.

 See Also

Recurrence Members
Recurrence Class
MindFusion.Scheduling Namespace