Click or drag to resize

EngineControlStatusCanTakeSnapshot Property

This value is true if the target can take a snapshot of the replica data; otherwise, it is false.

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

Property Value

Type: Boolean
if a snapshot can be taken; otherwise, .
See Also