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





Gets the master item of this recurrence. The property returns null (Nothing in Visual Basic) if the recurrence is not associated with an item.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public Item Master { get; }

Visual Basic  Copy Code

Public ReadOnly Property Master As Item

 Property Value

A reference to the schedule item whose recurrence is defined by this object.

 Remarks

To associate a recurrence with an item, set a reference to a Recurrence object to the item's Recurrence property.

 See Also

Recurrence Members
Recurrence Class
MindFusion.Scheduling Namespace