Partilhar via


Propriedade IsDebugPackageInstalled

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

Sintaxe

'Declaração
ReadOnly Property IsDebugPackageInstalled As Boolean
    Get
'Uso
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

Valor da propriedade

Tipo: System. . :: . .Boolean