Kind: ValidationUserComponentKind;
The Kind property determines the component's type.
Component type determines the way of its setup: by selection or by formula.
Available values:
ValidationUserComponentKind.Selection. The component is set up by selection. Use the IValidationUserComponent.Selection property.
ValidationUserComponentKind.Transform. The component is set up by formula. Use the IValidationUserComponent.Transform property.
The property use is given in the example for IValidationFilter.UserComponents.
See also: