IDesignerDebuggingService.IsDebugPackageInstalled Property

Gets a value that indicates whether the debug package is installed in the current AppID.

Namespace:  Microsoft.DataWarehouse.Interfaces.Debugger
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
ReadOnly Property IsDebugPackageInstalled As Boolean 
    Get
'Usage
Dim instance As IDesignerDebuggingService 
Dim value As Boolean 

value = instance.IsDebugPackageInstalled
bool IsDebugPackageInstalled { get; }
property bool IsDebugPackageInstalled {
    bool get ();
}
abstract IsDebugPackageInstalled : bool
function get IsDebugPackageInstalled () : boolean

Property Value

Type: System.Boolean
True if the debug package is installed in the current AppID; otherwise; false.

See Also

Reference

IDesignerDebuggingService Interface

Microsoft.DataWarehouse.Interfaces.Debugger Namespace