Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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>)
Eigenschaftswert
Typ: System.Collections.ObjectModel.Collection<ValidationIssue>
The list of issues that need to be corrected.
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.MessageContracts-Namespace