This documentation is archived and is not being maintained.

InformationNodeConverters::GetChangesetId Method (IBuildInformation)

Gets a changeset ID from the specified build information object.

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

public:
static int GetChangesetId(
	IBuildInformation^ buildInformation
)

Parameters

buildInformation
Type: Microsoft.TeamFoundation.Build.Client::IBuildInformation

The build information object to search.

Return Value

Type: System::Int32
The changeset ID

Show: