PocketPlanner Programmer's Guide

RecurringItemConfirmEventArgs.ConfirmOccurrence Property

See Also

Gets or sets a value indicating whether the operation is allowed for the particular occurrence.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public bool ConfirmOccurrence { get; set; }

Visual Basic

Public Property ConfirmOccurrence As Boolean

 Property Value

true to allow the operation for the specified item's occurrence; otherwise, false.

 See Also