次の方法で共有


ValidationGetResponse.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)

プロパティ値

解決する必要のある問題の一覧です。

属性

適用対象