Propriedade do RDL TotalRecordCount
Gets or sets the number of total records.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
<MessageBodyMemberAttribute> _
Public Property TotalRecordCount As Integer
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System. . :: . .Int32
Integer representing the count.
Consulte também