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

속성 값

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

구현

적용 대상