XmlSerializerFormatAttribute.Style 속성

정의

XmlSerializer의 SOAP 스타일을 가져오거나 설정합니다.

public:
 property System::ServiceModel::OperationFormatStyle Style { System::ServiceModel::OperationFormatStyle get(); void set(System::ServiceModel::OperationFormatStyle value); };
public System.ServiceModel.OperationFormatStyle Style { get; set; }
member this.Style : System.ServiceModel.OperationFormatStyle with get, set
Public Property Style As OperationFormatStyle

속성 값

OperationFormatStyle

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

예제

전체 예제는 사용 및 스타일 속성 설정을 참조하세요.

설명

Use 속성은 Style 메시지의 서식을 지정하는 방법에 영향을 미칩니다.

적용 대상