IValidationCustomMappings.Item

Fore Syntax

Item(Index: Integer): IValidationCustomMapping;

Fore.NET Syntax

Item[Index: integer]: Prognoz.Platform.Interop.Ms.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.

Fore and Fore.NET Examples

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

See also:

IValidationCustomMappings