ProgramInfo.Machine Property

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

Syntax

'Declaration
Public ReadOnly Property Machine As String
    Get
'Usage
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

Property Value

Type: System.String