ResolutionOptions.UseInternalEngine Property
Gets or sets the flag to use the internal merge engine instead of a registered third-party application.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property UseInternalEngine As Boolean
'Usage
Dim instance As ResolutionOptions
Dim value As Boolean
value = instance.UseInternalEngine
instance.UseInternalEngine = value
public bool UseInternalEngine { get; set; }
public:
property bool UseInternalEngine {
bool get ();
void set (bool value);
}
public function get UseInternalEngine () : boolean
public function set UseInternalEngine (value : boolean)
Property Value
Type: System.Boolean
.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.