 | JobOptionsModelFullServerFailoverOptions Property |
Gets or sets the options for full server failover jobs.
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 FullServerFailoverOptionsModel FullServerFailoverOptions { get; set; }
Public Property FullServerFailoverOptions As FullServerFailoverOptionsModel
Get
Set
public:
property FullServerFailoverOptionsModel^ FullServerFailoverOptions {
FullServerFailoverOptionsModel^ get ();
void set (FullServerFailoverOptionsModel^ value);
}
member FullServerFailoverOptions : FullServerFailoverOptionsModel with get, set
Property Value
Type:
FullServerFailoverOptionsModel
See Also