 | BcfRelationCollectionItem Property (Int32) |
[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[
int relationIndex
] { get; }Public ReadOnly Default Property Item (
relationIndex As Integer
) As BcfRelation
Get
Parameters
- relationIndex
- Type: SystemInt32
The relation index.
Return Value
Type:
BcfRelationThe
BcfRelation at the specified index.
Implements
IReadOnlyListTItemInt32
Exceptions
Version InformationBCF
Supported in: 4.0
See Also