|
JobOptionsImageProtectionOptions Property
|
This value represents the options for Double-Take DR protection jobs.
This option is no longer needed.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic ImageProtectionOptions ImageProtectionOptions { get; set; }
Public Property ImageProtectionOptions As ImageProtectionOptions
Get
Set
public:
property ImageProtectionOptions^ ImageProtectionOptions {
ImageProtectionOptions^ get ();
void set (ImageProtectionOptions^ value);
}
function get_ImageProtectionOptions();
function set_ImageProtectionOptions(value);
Property Value
Type:
ImageProtectionOptions
The options for image protection jobs.
See Also