TotalRecordCount 属性
Gets or sets the number of total records.
命名空间: Microsoft.MasterDataServices.Services.MessageContracts
程序集: Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.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
Integer representing the count.