Gets or sets a value indicating whether the build should fail if static code analysis reports errors. Defaults to
.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property FailOnError As Boolean |
C# |
---|
public bool FailOnError { get; set; } |
C++ |
---|
public property bool FailOnError sealed { bool get(); void set(bool value); } |
J# |
---|
/** property */ public bool get_FailOnError(); /** property */ public void set_FailOnError(bool value); |
JScript |
---|
public function get FailOnError() : bool public function set FailOnError(value : bool); |
Property Value
if verbose; otherwise,
.
See Also
Documentation version 1.0.0.0.