 | JobInfoModelStatistics Property |
Gets or sets the current statistics of this job.
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 JobStatisticsModel Statistics { get; set; }
Public Property Statistics As JobStatisticsModel
Get
Set
public:
property JobStatisticsModel^ Statistics {
JobStatisticsModel^ get ();
void set (JobStatisticsModel^ value);
}
member Statistics : JobStatisticsModel with get, set
Property Value
Type:
JobStatisticsModel
See Also