Share via


WebServiceTask.OutputLocation プロパティ

定義

Web メソッドの結果を出力する場所を取得します。値の設定も可能です。

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

プロパティ値

Web メソッドの結果を出力する場所です。

注釈

出力の場所は、OutputType プロパティに応じて、ファイルのパスか変数の名前になります。

適用対象