共用方式為


SoapServerMethod.BindingUse 屬性

定義

取得 SoapBindingUse 值,指出傳送至這個 XML Web Service 方法的部分 SOAP 訊息是編碼為抽象型別定義還是具體結構描述定義。

public:
 property System::Web::Services::Description::SoapBindingUse BindingUse { System::Web::Services::Description::SoapBindingUse get(); };
public System.Web.Services.Description.SoapBindingUse BindingUse { get; }
member this.BindingUse : System.Web.Services.Description.SoapBindingUse
Public ReadOnly Property BindingUse As SoapBindingUse

屬性值

SoapBindingUse

SoapBindingUse 值,指出傳送至這個 XML Web Service 方法的部分 SOAP 訊息是編碼為抽象型別定義還是具體結構描述定義。

適用於