Share via


XmlSerializerFormatAttribute.Style プロパティ

定義

XmlSerializer の SOAP スタイルを取得または設定します。

public:
 property System::ServiceModel::OperationFormatStyle Style { System::ServiceModel::OperationFormatStyle get(); void set(System::ServiceModel::OperationFormatStyle value); };
public System.ServiceModel.OperationFormatStyle Style { get; set; }
member this.Style : System.ServiceModel.OperationFormatStyle with get, set
Public Property Style As OperationFormatStyle

プロパティ値

OperationFormatStyle

OperationFormatStyle 値のいずれか 1 つ。 既定値は、Document です。

完全な例については、「 使用プロパティとスタイル プロパティの設定」を参照してください。

注釈

Style プロパティおよび Use プロパティは、メッセージの書式指定の方法を制御します。

適用対象