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