 | ConnectionStatisticsModelReplicationBytesTransmitted Property |
Gets or sets the replication 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 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