CodeAnalysisServiceSettings.ResultsFile Property

Definition

Optional path to a results file. If this is specified, the analysis service will save all results to an XML file at the end of analysis. If no file path is specified then this will not be done automatically, but SerializeResultsToXml(String) can be used to output the results after analysis has completed.

This property directly maps to ResultsFile.

public string ResultsFile { get; set; }
member this.ResultsFile : string with get, set
Public Property ResultsFile As String

Property Value

Applies to