ItemSearchResultTotalRecords Property |
Gets the total number of records returns from the search.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int TotalRecords { get; set; }
Public Property TotalRecords As Integer
Get
Set
public:
property int TotalRecords {
int get ();
void set (int value);
}
member TotalRecords : int with get, set
Property Value
Type:
Int32
See Also