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.