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 total number of validation issues.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property TotalIssueCount As Integer
Get
Set
'Usage
Dim instance As ValidationGetResponse
Dim value As Integer
value = instance.TotalIssueCount
instance.TotalIssueCount = value
[MessageBodyMemberAttribute]
public int TotalIssueCount { get; set; }
[MessageBodyMemberAttribute]
public:
property int TotalIssueCount {
int get ();
void set (int value);
}
[<MessageBodyMemberAttribute>]
member TotalIssueCount : int with get, set
function get TotalIssueCount () : int
function set TotalIssueCount (value : int)
Eigenschaftswert
Typ: System.Int32
The total number of validation issues.
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.MessageContracts-Namespace