IDesignerDebuggingService.Debuggee Property
Gets the debuggee of this designer.
Namespace: Microsoft.DataWarehouse.Interfaces.Debugger
Assembly: Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property Debuggee As Object
Get
'Usage
Dim instance As IDesignerDebuggingService
Dim value As Object
value = instance.Debuggee
Object Debuggee { get; }
property Object^ Debuggee {
Object^ get ();
}
abstract Debuggee : Object
function get Debuggee () : Object
Property Value
Type: System.Object
The debuggee of this designer.