Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a String representing a machine that is associated with the ProgramInfo.
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
A String representing a machine that is associated with the ProgramInfo.