 | TargetServicesOptionsModelFailoverServices Property |
Gets or sets the failover services.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.6.5.0 (0.6.5.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