다음을 통해 공유


ValidationProcessResponse.ValidationIssueList 속성

정의

유효성 검사 문제 목록을 지정합니다.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::ValidationIssue ^> ^ ValidationIssueList { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::ValidationIssue ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::ValidationIssue ^> ^ value); };
[System.ServiceModel.MessageBodyMember]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.ValidationIssue> ValidationIssueList { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.ValidationIssueList : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.ValidationIssue> with get, set
Public Property ValidationIssueList As Collection(Of ValidationIssue)

속성 값

유효성 검사 문제 목록입니다.

특성

적용 대상