> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# FieldsCountByType Property of the BusinessCard Object

This property specifies the number of fields of the specified type on the business card.

## Syntax

### C++

```cpp theme={null}
HRESULT get_FieldsCountByType(
   BusinessCardFieldTypeEnum Type,
   int*                      Result
);
```

### C\#

```csharp theme={null}
int get_FieldsCountByType( BusinessCardFieldTypeEnum Type );
```

### Visual Basic .NET

```vb theme={null}
ReadOnly Property FieldsCountByType(Type As BusinessCardFieldTypeEnum) As Integer
```

## Parameters

Type

\[in] Specifies the type of the field. See the description of the [BusinessCardFieldTypeEnum](/fine-reader/engine/api-reference/enumerations/businesscardfieldtypeenum) constants.

Result

\[out, retval] Returns the number of fields of the specified type on the business card.

## Return values

This function has no specific return values. It returns the [standard return values of ABBYY FineReader Engine functions](/fine-reader/engine/api-reference/return-codes).

## See also

[BusinessCard](/fine-reader/engine/api-reference/document-related-objects/businesscard)

[Working with Properties](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)
