共用方式為


SoapBodyBinding.Use 屬性

定義

指示訊息部分使用指定的編碼規則編碼,或定義訊息的具體結構描述 (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

範例

SoapBinding_SoapOperationBinding#9

備註

NamespaceEncoding 屬性取決於此屬性的值。 只有當這個屬性的值是 Encoded 時,才應該設定其值。 否則,XML Web 服務將會產生非預期的行為。

適用於