ForLoopClass.DelayValidation Property

Definition

Gets or sets a value that indicates whether validation of the task is delayed until run time.

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 the validation of the task is delayed until run time; otherwise, false.

Implements

Applies to