ValidationGetResponse.ValidateErrorList 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.
List of errors that occurred during 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)
Property Value
The list of errors that occurred during validation.
- Attributes