Linguaggio

ExecuteProcess.StandardOutputVariable Proprietà

Definizione

Ottiene o imposta il nome della variabile utilizzata per catturare l'output del processo da eseguire.

public:
 property System::String ^ StandardOutputVariable { System::String ^ get(); void set(System::String ^ value); };
public string StandardOutputVariable { get; set; }
member this.StandardOutputVariable : string with get, set
Public Property StandardOutputVariable As String

Valore della proprietà

Una stringa che contiene il nome della variabile utilizzata per catturare l'output del processo da eseguire.

Implementazioni

Si applica a