ValidationGetResponse.ValidateErrorList 属性

定义

验证期间发生的错误列表

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)

属性值

在验证期间所发生错误的列表。

属性

适用于