IsDebugPackageInstalled 속성
네임스페이스: Microsoft.DataWarehouse.Interfaces.Debugger
어셈블리: Microsoft.DataWarehouse.Interfaces.dll의 Microsoft.DataWarehouse.Interfaces
구문
‘선언
ReadOnly Property IsDebugPackageInstalled As Boolean
Get
‘사용 방법
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