 | BcfFaultCollectionItem Property (BcfFaultId) |
[This is preliminary documentation and is subject to change.]
Gets the fault specified by its identifier.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntaxpublic BcfFault this[
BcfFaultId faultId
] { get; }Public ReadOnly Default Property Item (
faultId As BcfFaultId
) As BcfFault
Get
Parameters
- faultId
- Type: CalculationWorks.BusinessModelBcfFaultId
The fault identifier.
Property Value
Type:
BcfFault
Version InformationBCF
Supported in: 4.0
See Also