DataContractFormatAttribute.Style 属性

定义

获取或设置序列化数据的 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

适用于