IValidationCustomMapping.ValidationStub

Syntax

ValidationStub: IVariableStub;

Description

The ValidationStub property returns mapped data source used for validation.

Comments

To get external data source which is used in comparison, use the IValidationCustomMapping.ExternalStub property.

Example

The property use is given in the example for IValidationCustom.Mappings.

See also:

IValidationCustomMapping