|
EngineControlStatusCanTakeSnapshot Property
|
This value is true if the target can take a snapshot of the replica data; otherwise, it is false.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic bool CanTakeSnapshot { get; set; }
Public Property CanTakeSnapshot As Boolean
Get
Set
public:
property bool CanTakeSnapshot {
bool get ();
void set (bool value);
}
function get_CanTakeSnapshot();
function set_CanTakeSnapshot(value);
Property Value
Type:
Boolean if a snapshot can be taken; otherwise,
.
See Also