 | ConnectionStatisticsModelTotalBytesTransmitted Property |
Gets or sets the total bytes transmitted.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
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