This documentation is archived and is not being maintained.

IConfigurationSummary::TotalCompilationWarnings Property

Gets the total number of compilation warnings that were encountered for this configuration.

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

property int TotalCompilationWarnings {
	int get ();
}

Property Value

Type: System::Int32
The total number of compilation warnings that were encountered for this configuration.

Show: