 | JobStatisticsModelImageProtectionJobDetails Property |
Gets or sets the image protection job details.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic ImageProtectionJobDetailsModel ImageProtectionJobDetails { get; set; }
Public Property ImageProtectionJobDetails As ImageProtectionJobDetailsModel
Get
Set
public:
property ImageProtectionJobDetailsModel^ ImageProtectionJobDetails {
ImageProtectionJobDetailsModel^ get ();
void set (ImageProtectionJobDetailsModel^ value);
}
member ImageProtectionJobDetails : ImageProtectionJobDetailsModel with get, set
Property Value
Type:
ImageProtectionJobDetailsModel
See Also