Search
RecurringItemConfirmEventArgs.ConfirmOccurrence Property
See Also
 






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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool ConfirmOccurrence { get; set; }

Visual Basic  Copy Code

Public Property ConfirmOccurrence As Boolean

 Property Value

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

 See Also