次の方法で共有


SoapBodyBinding.Use プロパティ

定義

メッセージの各部分を指定したエンコーディング ルールを使用してエンコードするか、メッセージの具象スキーマを定義するかを指定します。

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

プロパティ値

SoapBindingUse

SoapBindingUse 値のいずれか 1 つ。 既定値は、Default です。

SoapBinding_SoapOperationBinding#9

注釈

プロパティとプロパティEncodingNamespace、このプロパティの値によって異なります。 これらの値は、このプロパティ Encodedの値が . そうしないと、XML Web サービスによって予期しない動作が発生します。

適用対象