 |
| BcfRelationBehaviorItemBaseRelation Property |
Gets the relation.
Namespace: CalculationWorks.BusinessModel.BehaviorsAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic BcfRelation Relation { get; }Public ReadOnly Property Relation As BcfRelation
Get
Property Value
Type:
BcfRelationThe relation.
RemarksThe value is null until the behavior item is initialized.
See Also