|
JobStatisticsImageProtectionJobDetails Property |
This value represents the details of a Double-Take DR protection job.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
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