 | TargetServicesOptionsModelFailoverServices Property |
Gets or sets the failover services.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic ServiceInformationModel[] FailoverServices { get; set; }
Public Property FailoverServices As ServiceInformationModel()
Get
Set
public:
property array<ServiceInformationModel^>^ FailoverServices {
array<ServiceInformationModel^>^ get ();
void set (array<ServiceInformationModel^>^ value);
}
member FailoverServices : ServiceInformationModel[] with get, set
Property Value
Type:
ServiceInformationModel
See Also