XmlSerializerFormatAttribute::Style Property
.NET Framework (current version)
Gets or sets the SOAP style of the XmlSerializer.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property OperationFormatStyle Style { OperationFormatStyle get(); void set(OperationFormatStyle value); }
Property Value
Type: System.ServiceModel::OperationFormatStyleOne of the OperationFormatStyle values. The default is Document.
For a complete example, see Setting the Use and Style Properties.
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Show: