Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
IList<IRecurrencePattern> ExceptionRules { get; set; }
Visual Basic
Property ExceptionRules As IList(Of IRecurrencePattern)
	Get
	Set
Visual C++
property IList<IRecurrencePattern^>^ ExceptionRules {
	IList<IRecurrencePattern^>^ get ();
	void set (IList<IRecurrencePattern^>^ value);
}

See Also