Click or drag to resize
CompositeQueryInputModelParallelExecution Property
Gets or sets a value indicating whether the queries are to be executed in parallel.

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntax
public bool ParallelExecution { get; set; }

Property Value

Type: Boolean
if the queries are to be executed in parallel; otherwise, .
Remarks
If this property is set to
See Also