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

与该操作关联的 DataContractFormatAttribute

适用于