Partager via


Propriété ValidationGetResponse.TotalIssueCount

Gets or sets the total number of validation issues.

Espace de noms :  Microsoft.MasterDataServices.Services.MessageContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<MessageBodyMemberAttribute> _
Public Property TotalIssueCount As Integer 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

ValidationGetResponse Classe

Espace de noms Microsoft.MasterDataServices.Services.MessageContracts