Click or drag to resize

BcfDataSetFaults Property

Gets the collection of BcfFault objects.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfFaultCollection Faults { get; }

Property Value

Type: BcfFaultCollection
The BcfFaultCollection contained by this DataSet. An empty collection is returned if no BcfFault objects exist.
See Also