This documentation is archived and is not being maintained.

CommittedBranchCreatedEventArgs::ChangesetId Property

Gets or sets the changeset identifier.

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

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

Property Value

Type: System::Int32
The changeset identifier.

Show: