The total number of objects in the data store

Namespace: DotNetNuke.Collections
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public int TotalCount { get; set; }
Visual Basic
Public Property TotalCount As Integer
	Get
	Set

Implements

IPagedList<(Of <(<'T>)>)>..::..TotalCount

See Also