SoapOperationBinding.Style 属性

定义

获取或设置 SoapOperationBinding 所使用的 SOAP 绑定的类型。

public:
 property System::Web::Services::Description::SoapBindingStyle Style { System::Web::Services::Description::SoapBindingStyle get(); void set(System::Web::Services::Description::SoapBindingStyle value); };
public System.Web.Services.Description.SoapBindingStyle Style { get; set; }
member this.Style : System.Web.Services.Description.SoapBindingStyle with get, set
Public Property Style As SoapBindingStyle

属性值

SoapBindingStyle 值之一。 默认值为 Document

示例

SoapBinding_SoapOperationBinding#7

适用于