Click or drag to resize
CalculationWorks Logo
BcfDataSetInDumbMode Property
Gets a value indicating whether the instance is in dumb mode. EnterDumbMode for details.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public bool InDumbMode { get; }

Property Value

Type: Boolean
true if is in dumb mode; otherwise, false.
See Also