 | BcfRelationCollectionItem Property (String) |
[This is preliminary documentation and is subject to change.]
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntaxpublic BcfRelation this[
string relationName
] { get; }Public ReadOnly Default Property Item (
relationName As String
) As BcfRelation
Get
Parameters
- relationName
- Type: SystemString
Name of the relation.
Return Value
Type:
BcfRelationThe
BcfRelation with the specified relation name.
Exceptions
Version InformationBCF
Supported in: 4.0
See Also