ValidationProcessResponse.ValidationIssueList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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