Click or drag to resize

JobInfoOptions Property

This value represents the current options for the job.

Namespace:  DoubleTake.Jobs.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntax
public JobOptions Options { get; set; }

Property Value

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