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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ModelingTextTransformation Class