XmlSerializerFormatAttribute.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

属性值

OperationFormatUse 值之一。 默认值为 Literal

示例

有关完整示例,请参阅 设置 Use 和 Style 属性

注解

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

适用于