TransactionsGetResponse.TotalRecordCount 属性

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

命名空间:  Microsoft.MasterDataServices.Services.MessageContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

语法

声明
<MessageBodyMemberAttribute> _
Public Property TotalRecordCount As Integer 
    Get 
    Set
用法
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)

属性值

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

请参阅

参考

TransactionsGetResponse 类

Microsoft.MasterDataServices.Services.MessageContracts 命名空间