WebServiceTask.OutputLocation プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 プロパティに応じて、ファイルのパスか変数の名前になります。