Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Syntax
'Declaration
Public Property ContentMergeSummary As MergeSummary
Get
Set
public MergeSummary ContentMergeSummary { get; set; }
public:
property MergeSummary^ ContentMergeSummary {
MergeSummary^ get ();
void set (MergeSummary^ value);
}
member ContentMergeSummary : MergeSummary with get, set
function get ContentMergeSummary () : MergeSummary
function set ContentMergeSummary (value : MergeSummary)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Common.MergeSummary
The summary about the content merge.
.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.