CalendarEventDetails.IsException Property

Definition

The IsException property gets or sets a Boolean value that indicates whether an instance of a recurring calendar item is changed from the original.

public:
 property bool IsException { bool get(); void set(bool value); };
public bool IsException { get; set; }
Public Property IsException As Boolean

Property Value

The IsException property returns true if the calendar item is changed from the original; otherwise, the property returns false.

Applies to