This documentation is archived and is not being maintained.

IProjectFile::RunCodeAnalysis Property

Gets or sets the code analysis run type.

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

property CodeAnalysisRunType RunCodeAnalysis {
	CodeAnalysisRunType get ();
	void set (CodeAnalysisRunType value);
}

Property Value

Type: Microsoft.TeamFoundation.Build.Client::CodeAnalysisRunType
The code analysis run type.

The value for the run type could be: always, default, or never.

Show: