 | ConnectionInfoModelStatistics Property |
Gets or sets various connection statistics collected by the Double-Take engine.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic ConnectionStatisticsModel Statistics { get; set; }
Public Property Statistics As ConnectionStatisticsModel
Get
Set
public:
property ConnectionStatisticsModel^ Statistics {
ConnectionStatisticsModel^ get ();
void set (ConnectionStatisticsModel^ value);
}
member Statistics : ConnectionStatisticsModel with get, set
Property Value
Type:
ConnectionStatisticsModelThe statistics.
See Also