ProgramInfo.Process Propiedad

Gets the value of the process for the ProgramInfo.

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

Sintaxis

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

Valor de la propiedad

Tipo: System.String
The value of the process for the ProgramInfo.

Vea también

Referencia

ProgramInfo Clase

Espacio de nombres Microsoft.DataWarehouse.Interfaces.Debugger