|
JobInfoStatistics Property |
This value represents the current statistics of the job
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic JobStatistics Statistics { get; set; }
Public Property Statistics As JobStatistics
Get
Set
public:
property JobStatistics^ Statistics {
JobStatistics^ get ();
void set (JobStatistics^ value);
}
function get_Statistics();
function set_Statistics(value);
Property Value
Type:
JobStatistics
A
JobStatistics that represents the current statistics of this job.
See Also