Share via


TransactionsGetResponse.TotalRecordCount Property

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

Namespace:  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<MessageBodyMemberAttribute> _
Public Property TotalRecordCount As Integer 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

TransactionsGetResponse Class

Microsoft.MasterDataServices.Services.MessageContracts Namespace