 |
| 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: 3.0.2.0
Syntaxpublic bool InDumbMode { get; }Public ReadOnly Property InDumbMode As Boolean
Get
public:
property bool InDumbMode {
bool get ();
}member InDumbMode : bool with get
Property Value
Type:
Booleantrue if is in dumb mode; otherwise,
false.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also