Condividi tramite


Proprietà ValidationGetResponse.TotalIssueCount

Gets or sets the total number of validation issues.

Spazio dei nomi  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Sintassi

'Dichiarazione
<MessageBodyMemberAttribute> _
Public Property TotalIssueCount As Integer 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Int32
The total number of validation issues.

Vedere anche

Riferimento

ValidationGetResponse Classe

Spazio dei nomi Microsoft.MasterDataServices.Services.MessageContracts