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

适用于