Dictionary.TotalsCount

Syntax

TotalsCount: Number;

Description

The TotalsCount property determines total number of elements in MDM dictionary.

Comments

Use the setTotalsCount method to set the property value, and the getTotalsCount method to get the property value. Property value cannot be set from JSON.

Example

The example of property use is given on the page with description of the RdsService.beginBatch method.

See also:

Dictionary