 |
| BcfParameterValidatorBase Property |
Gets the validator, if the parameter is a validator parameter.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxpublic BcfValidatorBase ValidatorBase { get; }Public ReadOnly Property ValidatorBase As BcfValidatorBase
Get
public:
property BcfValidatorBase^ ValidatorBase {
BcfValidatorBase^ get ();
}member ValidatorBase : BcfValidatorBase with get
Property Value
Type:
BcfValidatorBaseThe validator or
null if the parameter is not a validator parameter.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also