ThreeWayMerge.UseExternalMergeTool Property
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
'Declaration
Public Property UseExternalMergeTool As Boolean
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 not to 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.