Click or drag to resize
JobInfoPrivateModelOptions Property
Gets or sets the current options for the job.

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntax
public JobOptionsModel Options { get; set; }

Property Value

Type: JobOptionsModel
A JobOptions that represents the current options for this job.
See Also