ProgramInfo.Machine Propiedad

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

Espacio de nombres:  Microsoft.DataWarehouse.Interfaces.Debugger
Ensamblado:  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Sintaxis

'Declaración
Public ReadOnly Property Machine As String 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ProgramInfo Clase

Espacio de nombres Microsoft.DataWarehouse.Interfaces.Debugger