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

適用対象