ExecuteProcess.StandardOutputVariable 속성

정의

실행할 프로세스의 출력을 캡처하는 데 사용되는 변수의 이름을 가져오거나 설정합니다.

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

속성 값

실행할 프로세스의 출력을 캡처하는 데 사용되는 변수의 이름을 포함하는 문자열입니다.

구현

적용 대상