다음을 통해 공유


WebServiceTask.OutputLocation 속성

정의

웹 메서드 결과의 출력 위치를 가져오거나 설정합니다.

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

속성 값

웹 메서드 결과의 출력 위치입니다.

설명

속성에 OutputType 따라 출력 위치는 파일의 경로 또는 변수 이름입니다.

적용 대상