IValidationUserComponents.Add

Syntax

Add: IValidationUserComponent;

Description

The Add method adds a new component to the collection.

Comments

Add returns the added component after execution. It is added to the end of the collection, value of the IValidationUserComponents.Count property is increased by one.

Example

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

See also:

IValidationUserComponents