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