ValidationGetResponse.EntitySummaryItems 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.
Summary information per entity.
public:
property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::EntityValidationSummary ^> ^ EntitySummaryItems { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::EntityValidationSummary ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::EntityValidationSummary ^> ^ value); };
[System.ServiceModel.MessageBodyMember]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.EntityValidationSummary> EntitySummaryItems { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.EntitySummaryItems : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.EntityValidationSummary> with get, set
Public Property EntitySummaryItems As Collection(Of EntityValidationSummary)
Property Value
The summary information per entity.
- Attributes