次の方法で共有


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

SoapBindingStyle 値のいずれか 1 つ。 既定値は、Document です。

SoapBinding_SoapOperationBinding#7

適用対象