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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.