CalendarEventDetails.IsException Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.