Gets whether the item is an instance of a recurring ScheduleItem.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool IsInstanceOfRecurringItem { get; }
Visual Basic
Public ReadOnly Property IsInstanceOfRecurringItem As Boolean
	Get
Visual C++
public:
property bool IsInstanceOfRecurringItem {
	bool get ();
}

See Also