 | ConnectionStatisticsModelReplicationBytesTransmitted Property |
Gets or sets the replication 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 ReplicationBytesTransmitted { get; set; }
Public Property ReplicationBytesTransmitted As Long
Get
Set
public:
property long long ReplicationBytesTransmitted {
long long get ();
void set (long long value);
}
member ReplicationBytesTransmitted : int64 with get, set
Property Value
Type:
Int64The replication bytes transmitted.
See Also