 |
| BcfTableSetupValidators Property |
Gets the validators
Namespace: CalculationWorks.BusinessModel.DesignAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic ReadOnlyCollection<BcfValidatorSetup> Validators { get; }Public ReadOnly Property Validators As ReadOnlyCollection(Of BcfValidatorSetup)
Get
Property Value
Type:
ReadOnlyCollectionBcfValidatorSetupThe validators.
See Also