ValidationGetResponse.EntitySummaryItems Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Informações resumidas por entidade.
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)
Valor da propriedade
As informações de resumo por entidade.
- Atributos