语言

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

属性值

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

实现

适用于