次の方法で共有


SoapHeaderBinding.Use プロパティ

定義

ヘッダーを、Encoding プロパティによって指定された規則を使用してエンコードするか、具象 XML スキーマ内にカプセル化するかを指定します。

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 値のいずれか 1 つ。 既定値は、Default です。

SoapHeaderBinding_Use#4

適用対象