IValidationExecuteSettings.ParamValues

Syntax

ParamValues: IMsModelParamValues;

Description

The ParamValues property returns the values of the parameters used on calculating validation.

Comments

To set the parametric validation use the IValidationFilter.Params property, to set up parametric validation group, use the IValidationGroup.Params property.

Example

The method use is given in the example for IValidationFilter.Params.

See also:

IValidationExecuteSettings