This documentation is archived and is not being maintained.

MergeCandidate::Changeset Property

Gets the changeset candidate for merge.

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

public:
property Changeset^ Changeset {
	Changeset^ get ();
}

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client::Changeset
The changeset candidate for merge.

Show: