Search
RecurrenceException.IsDeleted Property
See Also
 






Gets or sets a value indicating whether this particular occurrence has been deleted.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool IsDeleted { get; }

Visual Basic  Copy Code

Public ReadOnly Property IsDeleted As Boolean

 Property Value

true if this exception identifies a deleted occurrence; otherwise, false.

 See Also