다음을 통해 공유


SoapOperationBinding.Style 속성

정의

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

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

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

예제

SoapBinding_SoapOperationBinding#7

적용 대상