Gets or sets a flag that describes whether to use an external merge tool.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
声明
Public Property UseExternalMergeTool As Boolean
    Get
    Set
public bool UseExternalMergeTool { get; set; }
public:
property bool UseExternalMergeTool {
    bool get ();
    void set (bool value);
}
member UseExternalMergeTool : bool with get, set
function get UseExternalMergeTool () : boolean
function set UseExternalMergeTool (value : boolean)
Property Value
Type: System.Boolean
True to use an external merge tool. False to not use an external merge tool.
.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.