DataContractFormatAttribute.Style プロパティ

定義

シリアル化されたデータの 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 です。

適用対象