共用方式為


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 命名空間