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

示例

有关完整示例,请参阅 设置“使用”和“样式属性”。

注解

StyleUse 属性影响如何格式化消息。

适用于