fieldsCount property
Gets the field count.
Returns
- The field count
Throws
- An exception if it fails.
Implementation
int get fieldsCount {
final OperationResult result = objectMethod(
_pointerId,
'ContactInfo',
'getFieldsCount',
);
return result['result'];
}