 |
| BcfFunctionSetupAllowExecuteParallel Property |
Gets or sets a value indicating whether parallel execute is allowed.
Namespace: CalculationWorks.BusinessModel.DesignAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic bool AllowExecuteParallel { get; set; }Public Property AllowExecuteParallel As Boolean
Get
Set
Property Value
Type:
Booleantrue if parallel execute is allowed; otherwise,
false.
See Also