This documentation is archived and is not being maintained.

ICodeCoverageSummary::BlocksNotCovered Property

Gets or sets the number of blocks that are not covered by this code coverage run.

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

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

Property Value

Type: System::Int32
The number of blocks that are not covered by this code coverage run.

Show: