Share via


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

See Also

Reference

ResolutionOptions Class

ResolutionOptions Members

Microsoft.TeamFoundation.VersionControl.Client Namespace