SoapRpcMethodAttribute.Use プロパティ

定義

メソッドを呼び出すときに使用されるバインディングを取得または設定します。

public:
 property System::Web::Services::Description::SoapBindingUse Use { System::Web::Services::Description::SoapBindingUse get(); void set(System::Web::Services::Description::SoapBindingUse value); };
[System.Runtime.InteropServices.ComVisible(false)]
public System.Web.Services.Description.SoapBindingUse Use { get; set; }
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.Use : System.Web.Services.Description.SoapBindingUse with get, set
Public Property Use As SoapBindingUse

プロパティ値

メソッドを呼び出すときに使用されるバインディングを指定する SoapBindingUse 列挙体のメンバー。

属性

注釈

このプロパティの既定値は Default です。

適用対象