This documentation is archived and is not being maintained.

IChangesetSummary::ChangesetId Property

Gets or sets the ID of this changeset.

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

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

Property Value

Type: System::Int32
The ID of this changeset.

Show: