共用方式為


SoapHeaderFaultBinding.Use 屬性

定義

指定標頭是使用 Encoding 屬性所指定的規則來編碼,還是封裝於具體的結構描述 (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

其中一個 SoapBindingUse 值。 預設為 Default

適用於