 | JobInfoModelStatistics Property |
Gets or sets the current statistics of this job.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.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