Click or drag to resize
TargetServicesOptionsFailoverServices Property
This value represents services that will be stopped on the source and started on the target during failover and started on the source and stopped on the target during failback.

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public ServiceInformation[] FailoverServices { get; set; }

Property Value

Type: ServiceInformation
See Also