DataContractSerializerOperationBehavior.DataContractFormatAttribute プロパティ

定義

操作に関連付けられた DataContractFormatAttribute を取得します。

public:
 property System::ServiceModel::DataContractFormatAttribute ^ DataContractFormatAttribute { System::ServiceModel::DataContractFormatAttribute ^ get(); };
public System.ServiceModel.DataContractFormatAttribute DataContractFormatAttribute { get; }
member this.DataContractFormatAttribute : System.ServiceModel.DataContractFormatAttribute
Public ReadOnly Property DataContractFormatAttribute As DataContractFormatAttribute

プロパティ値

操作に関連付けられた DataContractFormatAttribute

適用対象