IValidationUserComponent.Key

Fore Syntax

Key: Integer;

Fore.NET Syntax

Key: System.UInt32;

Description

The Key property returns the component's key.

Comments

Key is the unique identifier of component in the collection. The key value is generated automatically and cannot be changed by user.

Fore Example

The property use is given in the example for IValidationFilter.UserComponents.

See also:

IValidationUserComponent