Click or drag to resize
DeleteOptionsDiscardTargetQueue Property
This value is true if any operations in the target queue should be deleted when the job is deleted; otherwise, it is false.

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public bool DiscardTargetQueue { get; set; }

Property Value

Type: Boolean
to discard the target queue; otherwise, .
See Also