Click or drag to resize

BcfFaultCollectionItem Property (BcfFaultId)

Gets the fault specified by its identifier.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfFault this[
	BcfFaultId faultId
] { get; }

Parameters

faultId
Type: CalculationWorks.BusinessModelBcfFaultId
The fault identifier.

Property Value

Type: BcfFault
See Also