Gets or sets a value indicating whether vendor extensions will be allowed as warnings.
Namespace: W3CValidationTasks
Assembly: W3CValidationTasks (in W3CValidationTasks.dll) Version: 1.1.1.40
Syntax
C# |
---|
public bool VendorExtensionsAsWarnings { get; set; } |
Visual Basic |
---|
Public Property VendorExtensionsAsWarnings As Boolean
Get
Set |
Visual C++ |
---|
public:
property bool VendorExtensionsAsWarnings {
bool get ();
void set (bool value);
} |
Field Value
true if vendor extensions will be reported as warnings;
false if vendor extensions will be reported as errors.
See Also