CalendarItemType.IsCancelled 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 IsCancelled property gets or sets a Boolean value that indicates whether an appointment or meeting has been canceled.
public:
property bool IsCancelled { bool get(); void set(bool value); };
public bool IsCancelled { get; set; }
Public Property IsCancelled As Boolean
Property Value
The IsCancelled property returns true if the appointment or meeting has been canceled; otherwise, the property returns false.