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