This documentation is archived and is not being maintained.

IChangesetSummary::Node Property

Gets the underlying information node of this changeset.

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 information node of this changeset.

Show: