This documentation is archived and is not being maintained.

Conflict::ContentMergeSummary Property

Gets or sets the summary about the content merge.

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

public:
property MergeSummary^ ContentMergeSummary {
	MergeSummary^ get ();
	void set (MergeSummary^ value);
}

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Common::MergeSummary
The summary about the content merge.

Show: