DataQualityOperationResultsGetResponse.Data Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The resultant Data Quality operation's data
public:
property Microsoft::MasterDataServices::Services::DataContracts::TabularData ^ Data { Microsoft::MasterDataServices::Services::DataContracts::TabularData ^ get(); void set(Microsoft::MasterDataServices::Services::DataContracts::TabularData ^ value); };
[System.ServiceModel.MessageBodyMember]
public Microsoft.MasterDataServices.Services.DataContracts.TabularData Data { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.Data : Microsoft.MasterDataServices.Services.DataContracts.TabularData with get, set
Public Property Data As TabularData
Property Value
The resultant Data Quality operation's data.
- Attributes