|
JobInfoOptions Property
|
This value represents the current options for the job.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic JobOptions Options { get; set; }
Public Property Options As JobOptions
Get
Set
public:
property JobOptions^ Options {
JobOptions^ get ();
void set (JobOptions^ value);
}
function get_Options();
function set_Options(value);
Property Value
Type:
JobOptions
A
JobOptions that represents the current options for this job.
See Also