Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
Property Value
Type: System.Int32
The total number of validation issues.
See Also
Reference
Microsoft.MasterDataServices.Services.MessageContracts Namespace