.. index:: 
  !Field.getCount Method
  
.. _id3_bioseal_field_get_count_class_method:

===============================================================================
Field.getCount Method
===============================================================================

Module: :ref:`Field<id3_bioseal_field_class>`

Definition
----------

Gets the number of elements in the Field object.


.. code:: Dart

    int getCount()

**Returns**

.. line-block::

    ``int``
    Number of elements in the Field object.

**Exceptions**

.. line-block::

    :ref:`BiosealException<id3_bioseal_bioseal_exception>`
    An error has occurred during Bioseal Library execution.



