Gets whether the item is recurring.

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

Syntax

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

See Also