다음을 통해 공유


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)

속성 값

유효성 검사하는 동안 발생한 오류의 목록입니다.

특성

적용 대상