Edit

Share via


ValidationSettings.PrepareForRuntime Property

Definition

Gets or sets a value that indicates whether this instance is prepared for runtime.

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

Property Value

true if this instance is prepared for runtime; otherwise, false.

Applies to