ValidationProcessResponse.ValidationIssueList Property

Definition

Specifies the validation issue list

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)

Property Value

The validation issue list.

Attributes

Applies to