Gets or sets a value indicating if the MsBuild schema inclusing should be ignored
Namespace: MSBuild.Community.Tasks.Schema
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property IgnoreMsBuildSchema As Boolean |
C# |
---|
public bool IgnoreMsBuildSchema { get; set; } |
C++ |
---|
public property bool IgnoreMsBuildSchema sealed { bool get(); void set(bool value); } |
J# |
---|
/** property */ public bool get_IgnoreMsBuildSchema(); /** property */ public void set_IgnoreMsBuildSchema(bool value); |
JScript |
---|
public function get IgnoreMsBuildSchema() : bool public function set IgnoreMsBuildSchema(value : bool); |
See Also
Documentation version 1.0.0.0.