This documentation is archived and is not being maintained.

ICodeCoverageSummary::Node Property

Gets the underlying IBuildInformationNode of this code coverage run.

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

property IBuildInformationNode^ Node {
	IBuildInformationNode^ get ();
}

Property Value

Type: Microsoft.TeamFoundation.Build.Client::IBuildInformationNode
The underlying IBuildInformationNode of this code coverage run.

Show: