 | BcfParentRelationCellCollectionItem Property (String) |
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic BcfParentRelationCell this[
string parentRelationName
] { get; }Public ReadOnly Default Property Item (
parentRelationName As String
) As BcfParentRelationCell
Get
Parameters
- parentRelationName
- Type: SystemString
Name of the parent relation.
Return Value
Type:
BcfParentRelationCellThe
BcfParentRelationCell specified by
parentRelationName.
Exceptions
See Also