次の方法で共有


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値の 1 つ。 既定値は、Document です。

完全な例については、「 Use プロパティと Style プロパティの設定」を参照してください。

注釈

StyleプロパティとUseプロパティは、メッセージの書式設定に影響します。

適用対象