PocketPlanner Programmer's Guide

RecurrenceException.IsDeleted Property

See Also

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

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public bool IsDeleted { get; set; }

Visual Basic

Public Property IsDeleted As Boolean

 Property Value

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

 See Also