|
JobStatisticsImageProtectionJobDetails Property |
This value represents the details of a Double-Take DR protection job.
This option is no longer needed.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.1.0.599
Syntaxpublic ImageProtectionJobDetails ImageProtectionJobDetails { get; set; }Public Property ImageProtectionJobDetails As ImageProtectionJobDetails
Get
Set
public:
property ImageProtectionJobDetails^ ImageProtectionJobDetails {
ImageProtectionJobDetails^ get ();
void set (ImageProtectionJobDetails^ value);
}function get_ImageProtectionJobDetails();
function set_ImageProtectionJobDetails(value);
Property Value
Type:
ImageProtectionJobDetails
The image protection job details.
See Also