 | JobOptionsModelFullServerFailoverOptions Property |
Gets or sets the options for full server failover jobs.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.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