SoapOperationBinding.Style 속성

정의

에서 사용하는 SOAP 바인딩의 형식을 SoapOperationBinding가져오거나 설정합니다.

public:
 property System::Web::Services::Description::SoapBindingStyle Style { System::Web::Services::Description::SoapBindingStyle get(); void set(System::Web::Services::Description::SoapBindingStyle value); };
public System.Web.Services.Description.SoapBindingStyle Style { get; set; }
member this.Style : System.Web.Services.Description.SoapBindingStyle with get, set
Public Property Style As SoapBindingStyle

속성 값

값 중 SoapBindingStyle 하나입니다. 기본값은 Document입니다.

예제

SoapBinding_SoapOperationBinding#7

적용 대상