[This is preliminary documentation and subject to change.]
The total count represented by this instance (not the count of the subset of items).
Namespace: MediaMallTechnologies.Plugin
Assembly: Util (in Util.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public ReadOnly Property TotalCount As Integer |
| C# |
|---|
| public int TotalCount { get; } |
| C++ |
|---|
| public property int TotalCount sealed { int get(); } |
| J# |
|---|
| /** property */ public int get_TotalCount(); |
| JScript |
|---|
| public function get TotalCount() : int |
Property Value
The total matching count for this Payload.
Remarks
When a Payload object is returned for a query, this value represents the total matching items for that given query. If the query specifies a limited subset of items, the total count will still represent the total matching count.