Share via


ExecuteProcess.StandardErrorVariable Propriété

Définition

Obtient ou définit le nom de la variable utilisée pour capturer la sortie d'erreur du processus à exécuter.

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

Valeur de propriété

Chaîne qui contient le nom de la variable utilisée pour capturer la sortie d’erreur du processus à exécuter.

Implémente

S’applique à