EventHandlerClass.DelayValidation Property

Definition

public:
 virtual property bool DelayValidation { bool get(); void set(bool value); };
public virtual bool DelayValidation { get; set; }
member this.DelayValidation : bool with get, set
Public Overridable Property DelayValidation As Boolean

Property Value

true if validation of the package is delayed until run time. false if the package is validated, and errors and warnings are returned before the package is actually executed. false may prevent the package from running if errors or warnings occur that exceed the MaximumErrorCount property.

Implements

Applies to