Share via


Conflict.ContentMergeSummary Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Property ContentMergeSummary As MergeSummary
'Usage
Dim instance As Conflict 
Dim value As MergeSummary 

value = instance.ContentMergeSummary

instance.ContentMergeSummary = value
public MergeSummary ContentMergeSummary { get; set; }
public:
property MergeSummary^ ContentMergeSummary {
    MergeSummary^ get ();
    void set (MergeSummary^ value);
}
public function get ContentMergeSummary () : MergeSummary 
public function set ContentMergeSummary (value : MergeSummary)

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Common.MergeSummary

.NET Framework Security

See Also

Reference

Conflict Class

Conflict Members

Microsoft.TeamFoundation.VersionControl.Client Namespace