|
FailoverOptionsSnapshotId Property |
This value is the snapshot ID that should be applied to the target during snapshot failover.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic Guid SnapshotId { get; set; }
Public Property SnapshotId As Guid
Get
Set
public:
property Guid SnapshotId {
Guid get ();
void set (Guid value);
}
function get_SnapshotId();
function set_SnapshotId(value);
Property Value
Type:
Guid
The snapshot id to apply to the target server during failover.
See Also