TotalRecords Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the total number of records in this collection, ignoring the page settings.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property TotalRecords As Integer
'Usage
Dim instance As VariantCollection
Dim value As Integer
value = instance.TotalRecords
public int TotalRecords { get; }
public:
property int TotalRecords {
int get ();
}
public function get TotalRecords () : int
Property Value
Type: System..::.Int32
The count of the number of items in the collection, ignoring the page settings.
Remarks
The total number of records in this collection, ignoring the page settings.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.