Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets the total amount of records that meet the criteria.
Spazio dei nomi Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Sintassi
'Dichiarazione
<MessageBodyMemberAttribute> _
Public Property TotalRecordCount As Integer
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Int32
The total amount of records that meet the criteria.
Vedere anche
Riferimento
TransactionsGetResponse Classe
Spazio dei nomi Microsoft.MasterDataServices.Services.MessageContracts