IsDebugPackageInstalled-Eigenschaft
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