 | BcfRelationCollectionArray Property |
[This is preliminary documentation and is subject to change.]
Gets the immutable array containing the relations.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntaxpublic ImmutableArray<BcfRelation> Array { get; }Public ReadOnly Property Array As ImmutableArray(Of BcfRelation)
Get
Property Value
Type:
ImmutableArrayBcfRelationThe immutable array containing the relations.
Version InformationBCF
Supported in: 4.0
See Also