This documentation is archived and is not being maintained.

MergeEventArgs::TargetVersionPended Property

Gets the changeset version specifier of the pending target version.

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

public:
property ChangesetVersionSpec^ TargetVersionPended {
	ChangesetVersionSpec^ get ();
}

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client::ChangesetVersionSpec
The changeset version specifier of the pending target verison.

Show: