IValidationRules.Item

Syntax

Item(Index: Integer): IValidationFilterModel;

Parameters

Index. Rule index in the collection.

Description

The Item property returns a rule from the collection based on its index.

Example

The property use is given in the example for IValidationRules.Count.

See also:

IValidationRules