Share via


DebugTargetInfo.DebugEngine Property

Gets or sets the type of debug engine that the target represents.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public Property DebugEngine As DebugEngine
public DebugEngine DebugEngine { get; set; }
public:
property DebugEngine DebugEngine {
    DebugEngine get ();
    void set (DebugEngine value);
}
member DebugEngine : DebugEngine with get, set
function get DebugEngine () : DebugEngine
function set DebugEngine (value : DebugEngine)

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.DebugEngine
A member of the DebugEngine enumeration. By default, the value is Original.

.NET Framework Security

See Also

Reference

DebugTargetInfo Class

Microsoft.VisualStudio.TestTools.Common Namespace

DebugEngine