 | JobStatisticsModelImageProtectionJobDetails Property |
Gets or sets the image protection job details.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.6.5.0 (0.6.5.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