This documentation is archived and is not being maintained.

ExtendedMerge::SourceItem Property

Gets the source item of this merge.

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

public:
property Change^ SourceItem {
	Change^ get ();
}

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client::Change
The source item of this merge.

Show: