Click or drag to resize
CalculationWorks Logo
BcfDataSetDiagnosticsEnabled Property
Gets or sets a value indicating whether this BcfDataSetDiagnostics is enabled. Default is false.

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

Property Value

Type: Boolean
true if enabled; otherwise, false.
See Also