 |
| BcfValidatorSetupBehaviorItems Property |
Gets the behavior items.
Namespace: CalculationWorks.BusinessModel.DesignAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic Collection<BcfValidatorBehaviorItemBase> BehaviorItems { get; }Public ReadOnly Property BehaviorItems As Collection(Of BcfValidatorBehaviorItemBase)
Get
Property Value
Type:
CollectionBcfValidatorBehaviorItemBaseThe behavior items.
See Also