Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the list of issues that need to be corrected.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property ValidationIssueList As Collection(Of ValidationIssue)
Get
Set
'Usage
Dim instance As ValidationGetResponse
Dim value As Collection(Of ValidationIssue)
value = instance.ValidationIssueList
instance.ValidationIssueList = value
[MessageBodyMemberAttribute]
public Collection<ValidationIssue> ValidationIssueList { get; set; }
[MessageBodyMemberAttribute]
public:
property Collection<ValidationIssue^>^ ValidationIssueList {
Collection<ValidationIssue^>^ get ();
void set (Collection<ValidationIssue^>^ value);
}
[<MessageBodyMemberAttribute>]
member ValidationIssueList : Collection<ValidationIssue> with get, set
function get ValidationIssueList () : Collection<ValidationIssue>
function set ValidationIssueList (value : Collection<ValidationIssue>)
Property Value
Type: System.Collections.ObjectModel.Collection<ValidationIssue>
The list of issues that need to be corrected.
See Also
Reference
Microsoft.MasterDataServices.Services.MessageContracts Namespace