DataContractFormatAttribute.Style 속성

정의

serialize된 데이터의 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입니다.

적용 대상