SoapOperationBinding.Style 属性   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 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, setPublic Property Style As SoapBindingStyle属性值
              SoapBindingStyle 值之一。 默认值为 Document。
示例
SoapBinding_SoapOperationBinding#7