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 Properties

備註

StyleUse 屬性會影響訊息的格式化方式。

適用於