Share via


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 SearchableObjectCollection
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

See Also

Reference

SearchableObjectCollection<(Of <(TObject, TDataSet>)>) Class

SearchableObjectCollection<(Of <(TObject, TDataSet>)>) Members

Microsoft.CommerceServer.Catalog Namespace