语言

ExecuteProcess.StandardInputVariable 属性

定义

获取或设置用于执行进程输入的变量名称。

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

属性值

包含将要作为输入的变量名称的字符串。

实现

适用于