DebugTargetInfo.DebugEngine Property

Definition

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

public:
 property Microsoft::VisualStudio::TestTools::Common::DebugEngine DebugEngine { Microsoft::VisualStudio::TestTools::Common::DebugEngine get(); void set(Microsoft::VisualStudio::TestTools::Common::DebugEngine value); };
public Microsoft.VisualStudio.TestTools.Common.DebugEngine DebugEngine { get; set; }
member this.DebugEngine : Microsoft.VisualStudio.TestTools.Common.DebugEngine with get, set
Public Property DebugEngine As DebugEngine

Property Value

A member of the DebugEngine enumeration. By default, the value is Original.

Applies to