 |
| BcfCalculationPlanBucketEventArgsCanceled Property |
Gets a value indicating whether the operation was canceled.
Namespace: CalculationWorks.BusinessModel.Behaviors.DiagnosticsAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxpublic bool Canceled { get; }Public ReadOnly Property Canceled As Boolean
Get
public:
property bool Canceled {
bool get ();
}member Canceled : bool with get
Property Value
Type:
Booleantrue if canceled; otherwise,
false.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2, 3.0
See Also