 | CompositeQueryInputModelParallelExecution Property |
Gets or sets a value indicating whether the queries are to be executed in parallel.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic bool ParallelExecution { get; set; }
Public Property ParallelExecution As Boolean
Get
Set
public:
property bool ParallelExecution {
bool get ();
void set (bool value);
}
member ParallelExecution : bool with 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