Share via


ModelingTextTransformation.SkipValidation Property

Namespace:  Microsoft.VisualStudio.TextTemplating.VSHost
Assembly:  Microsoft.VisualStudio.TextTemplating.VSHost (in Microsoft.VisualStudio.TextTemplating.VSHost.dll)

Syntax

'Declaration
Protected Property SkipValidation As Boolean
'Usage
Dim value As Boolean 

value = Me.SkipValidation 

Me.SkipValidation = value
protected bool SkipValidation { get; set; }
protected:
property bool SkipValidation {
    bool get ();
    void set (bool value);
}
protected function get SkipValidation () : boolean 
protected function set SkipValidation (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ModelingTextTransformation Class

ModelingTextTransformation Members

Microsoft.VisualStudio.TextTemplating.VSHost Namespace