IValidationCustomMappings.Count

Fore Syntax

Count: Integer;

Fore.NET Syntax

Count: integer;

Description

The Count property returns the number of mappings in the collection.

Comments

To get specified mapping from the collection, use the IValidationCustomMappings.Item property.

Fore and Fore.NET Examples

The property use is given in the example for IValidationCustomMappings.FillByAttributes.

See also:

IValidationCustomMappings