IValidationCustomMappings.Item

Syntax

Item(Index: Integer): IValidationCustomMapping;

Parameters

Index. Mapping index in the collection.

Description

The Item property returns the specified mapping from the collection.

Comments

Mapping index in the collection is continuous and starts with zero. To get the number of mappings in the collection, use the IValidationCustomMappings.Count property.

Example

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

See also:

IValidationCustomMappings