ProgramInfo.Process 속성

Gets the value of the process for the ProgramInfo.

네임스페이스:  Microsoft.DataWarehouse.Interfaces.Debugger
어셈블리:  Microsoft.DataWarehouse.Interfaces(Microsoft.DataWarehouse.Interfaces.dll)

구문

‘선언
Public ReadOnly Property Process As String 
    Get
‘사용 방법
Dim instance As ProgramInfo 
Dim value As String 

value = instance.Process
public string Process { get; }
public:
property String^ Process {
    String^ get ();
}
member Process : string
function get Process () : String

속성 값

유형: System.String
The value of the process for the ProgramInfo.

참고 항목

참조

ProgramInfo 클래스

Microsoft.DataWarehouse.Interfaces.Debugger 네임스페이스