Partager via


Propriété TransactionsGetResponse.TotalRecordCount

Gets or sets the total amount of records that meet the criteria.

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

Syntaxe

'Déclaration
<MessageBodyMemberAttribute> _
Public Property TotalRecordCount As Integer 
    Get 
    Set
'Utilisation
Dim instance As TransactionsGetResponse 
Dim value As Integer 

value = instance.TotalRecordCount

instance.TotalRecordCount = value
[MessageBodyMemberAttribute]
public int TotalRecordCount { get; set; }
[MessageBodyMemberAttribute]
public:
property int TotalRecordCount {
    int get ();
    void set (int value);
}
[<MessageBodyMemberAttribute>]
member TotalRecordCount : int with get, set
function get TotalRecordCount () : int 
function set TotalRecordCount (value : int)

Valeur de propriété

Type : System.Int32
The total amount of records that meet the criteria.

Voir aussi

Référence

TransactionsGetResponse Classe

Espace de noms Microsoft.MasterDataServices.Services.MessageContracts