This documentation is archived and is not being maintained.

MergeEventArgs::SourceVersionFrom Property

Gets the changeset version specifier of the source item.

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

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

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client::ChangesetVersionSpec
The changeset version specifier of the source item.

Show: