共用方式為


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

適用於