This documentation is archived and is not being maintained.

ChangesetMergeDetails::Changesets Property

Gets an array of changesets that are associated with this merge.

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

public:
property array<Changeset^>^ Changesets {
	array<Changeset^>^ get ();
}

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client::Changeset>
An array of changesets that are associated with this merge.

Show: