SoapBodyBinding.Use 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指示訊息部分使用指定的編碼規則編碼,或定義訊息的具體結構描述 (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
。
範例
SoapBinding_SoapOperationBinding#9
備註
Namespace和 Encoding 屬性取決於此屬性的值。 只有當這個屬性的值是 Encoded
時,才應該設定其值。 否則,XML Web 服務將會產生非預期的行為。