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