IEditorSettings.ValidationEnabled Property

Applies to v2.

Gets or sets whether to enable validation.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Property ValidationEnabled As Boolean 
    Get 
    Set
'Usage
Dim instance As IEditorSettings 
Dim value As Boolean 

value = instance.ValidationEnabled

instance.ValidationEnabled = value
bool ValidationEnabled { get; set; }
property bool ValidationEnabled {
    bool get ();
    void set (bool value);
}
abstract ValidationEnabled : bool with get, set
function get ValidationEnabled () : boolean 
function set ValidationEnabled (value : boolean)

Property Value

Type: System.Boolean
true to enable validation, otherwise, false.

See Also

Reference

IEditorSettings Interface

Microsoft.WebMatrix.Extensibility.Editor Namespace