Share via


ExecuteProcess.StandardErrorVariable 属性

定义

获取或设置变量名称,该变量用于捕获要运行的进程的错误输出。

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

属性值

一个字符串,其中包含用于捕获要运行的进程的错误输出的变量的名称。

实现

适用于