次の方法で共有


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)

プロパティ値

検証の問題のリスト。

属性

適用対象