 |
| BcfDataSetInDumbMode Property |
Gets a value indicating whether the instance is in dumb mode.
EnterDumbMode for details.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic bool InDumbMode { get; }Public ReadOnly Property InDumbMode As Boolean
Get
Property Value
Type:
Booleantrue if is in dumb mode; otherwise,
false.
See Also