IValidationFilter.Kind

Syntax

Kind: ValidationDetailsKind;

Description

The Kind property determines the type of the validation rule.

Comments

A set of specific settings available for the validation rule depends on the filter type. To get settings, use the IValidationFilter.Details property.

Example

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

See also:

IValidationFilter