Share via


WebServiceTask.Connection プロパティ

定義

使用する接続の名前を取得します。値の設定も可能です。

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

プロパティ値

使用する接続の名前です。

実装

適用対象