次の方法で共有


TransactionsGetResponse.TotalRecordCount プロパティ

条件を満たすレコードの合計量を取得または設定します。

名前空間:  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
条件を満たすレコードの合計量。

関連項目

参照

TransactionsGetResponse クラス

Microsoft.MasterDataServices.Services.MessageContracts 名前空間