Gets or sets a Guid that uniquely identifies the debug target.
Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Property DebugEngineGuid As Guid
public Guid DebugEngineGuid { get; set; }
public:
property Guid DebugEngineGuid {
    Guid get ();
    void set (Guid value);
}
member DebugEngineGuid : Guid with get, set
function get DebugEngineGuid () : Guid 
function set DebugEngineGuid (value : Guid)
Property Value
Type: Guid
A Guid that uniquely identifies the type of debug engine.
.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.