MindFusion.Scheduling for Silverlight Programmer's Guide
ValidateOccurrenceEventArgs.Ignore Property
See Also
 





Gets or sets a value indicating whether this occurrence should be ignored in the pattern.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public bool Ignore { get; set; }

Visual Basic  Copy Code

Public Property Ignore As Boolean

 Property Value

true, to prevent this occurrence from appearing in the recurrence pattern; otherwise, false. The default is false.

 See Also

ValidateOccurrenceEventArgs Members
ValidateOccurrenceEventArgs Class
MindFusion.Scheduling Namespace