XmlSerializerFormatAttribute.Use Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that specifies the format to use.
public:
property System::ServiceModel::OperationFormatUse Use { System::ServiceModel::OperationFormatUse get(); void set(System::ServiceModel::OperationFormatUse value); };
public System.ServiceModel.OperationFormatUse Use { get; set; }
member this.Use : System.ServiceModel.OperationFormatUse with get, set
Public Property Use As OperationFormatUse
Property Value
One of the OperationFormatUse values. The default is Literal.
Examples
For a complete example, see Setting the Use and Style Properties.
Remarks
The Style and Use properties affect how messages are formatted.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.