ValidationGetResponse.ValidateErrorList Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Liste des erreurs qui se sont produites pendant la validation
public:
property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::ValidationError ^> ^ ValidateErrorList { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::ValidationError ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::ValidationError ^> ^ value); };
[System.ServiceModel.MessageBodyMember]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.ValidationError> ValidateErrorList { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.ValidateErrorList : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.ValidationError> with get, set
Public Property ValidateErrorList As Collection(Of ValidationError)
Valeur de propriété
Liste des erreurs qui se sont produites pendant la validation.
- Attributs