ProgramInfo.Machine 속성

Gets a String representing a machine that is associated with the ProgramInfo.

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

구문

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

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

속성 값

유형: System.String
A String representing a machine that is associated with the ProgramInfo.

참고 항목

참조

ProgramInfo 클래스

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