|
JobOptionsImageProtectionOptions Property |
This value represents the options for Double-Take DR protection jobs.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
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