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