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