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

適用於