SoapHeaderBinding.Use 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定標頭是使用 Encoding 屬性所指定的規則來編碼,還是封裝於具體的 XML 結構描述 (Schema) 中。
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 值。 預設值為 Default
。
範例
SoapHeaderBinding_Use#4