IEaxDataAreaValidations.Item

Fore Syntax

Item(Index: Integer): IEaxDataAreaValidation;

Fore.NET Syntax

Item[Index: integer]: Prognoz.Platform.Interop.Express.IEaxDataAreaValidation;

Parameters

Index. Validation rule index.

Description

The Item property returns validation rule by its index.

Comments

To get validation rule index, use IEaxDataAreaValidations.IndexOf.

Fore and Fore.NET Examples

The property use is given in the example for IEaxDataAreaValidationChain.Move.

See also:

IEaxDataAreaValidations