|
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.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic ServiceInformation[] FailoverServices { get; set; }
Public Property FailoverServices As ServiceInformation()
Get
Set
public:
property array<ServiceInformation^>^ FailoverServices {
array<ServiceInformation^>^ get ();
void set (array<ServiceInformation^>^ value);
}
function get_FailoverServices();
function set_FailoverServices(value);
Property Value
Type:
ServiceInformation
See Also