SaveResults Property

MSBuild

Saves the results of the analysis in the project file.


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property SaveResults As Boolean
C#
public bool SaveResults { get; set; }
C++
public property bool SaveResults sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_SaveResults();

/** property */
public void set_SaveResults(bool value);
JScript
public function get SaveResults() : bool

public function set SaveResults(value : bool);

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.