This documentation is archived and is not being maintained.

ICompilationSummary::StaticAnalysisErrors Property

Gets or sets the number of static analysis errors that were encountered for this project.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

property int StaticAnalysisErrors {
	int get ();
	void set (int value);
}

Property Value

Type: System::Int32
The number of static analysis errors that were encountered for this project.

Show: