 |
| BcfValidatorBehaviorItemBaseValidator Property |
Gets the validator.
Namespace: CalculationWorks.BusinessModel.BehaviorsAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic BcfValidatorBase Validator { get; }Public ReadOnly Property Validator As BcfValidatorBase
Get
Property Value
Type:
BcfValidatorBaseThe validator.
RemarksThe value is null until the behavior item is initialized.
See Also