Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the content merge summary.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property ContentMergeSummary As MergeSummary
public MergeSummary ContentMergeSummary { get; internal set; }
public:
property MergeSummary^ ContentMergeSummary {
MergeSummary^ get ();
internal: void set (MergeSummary^ value);
}
member ContentMergeSummary : MergeSummary with get, internal set
function get ContentMergeSummary () : MergeSummary
internal function set ContentMergeSummary (value : MergeSummary)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Common.MergeSummary
The content merge summary.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.