Click or drag to resize

BcfDataSetFaults Property

[This is preliminary documentation and is subject to change.]

Gets the collection of BcfFault objects.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
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