This documentation is archived and is not being maintained.

RepositoryProperties::LatestChangesetId Property

Gets the ID of the most recently committed changeset.

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

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

Property Value

Type: System::Int32
The ID of the most recently committed changeset.

Show: