 | ConnectionStatisticsModelTotalBytesTransmitted Property |
Gets or sets the total bytes transmitted.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.2.0.814 (8.2.0.814)
Syntaxpublic long TotalBytesTransmitted { get; set; }
Public Property TotalBytesTransmitted As Long
Get
Set
public:
property long long TotalBytesTransmitted {
long long get ();
void set (long long value);
}
member TotalBytesTransmitted : int64 with get, set
Property Value
Type:
Int64The total bytes transmitted.
See Also