次の方法で共有


SoapHeaderFaultBinding.Use プロパティ

定義

Encoding プロパティで指定した規則を使用してヘッダーをエンコードするか、または具体的なスキーマ内にヘッダーをカプセル化するかを指定します。

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 です。

適用対象