This documentation is archived and is not being maintained.

ChangesetMerge::TargetChangeset Property

Gets the changeset in which the merge occurred.

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

public:
property Changeset^ TargetChangeset {
	Changeset^ get ();
	internal: void set (Changeset^ value);
}

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client::Changeset
The changeset in which the merge occurred.

Show: