 |
| BcfDataSetReleasingEvents Property |
Gets a value indicating whether release of deferred events is currently in process.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxpublic bool ReleasingEvents { get; }Public ReadOnly Property ReleasingEvents As Boolean
Get
public:
property bool ReleasingEvents {
bool get ();
}member ReleasingEvents : bool with get
Property Value
Type:
Booleantrue if release in process; otherwise,
false.
Remarks
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also