Total bytes of data that were lost, possibly due to log file rollover
Namespace: VcClientAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public long LostBytes { get; set; } |
Visual Basic |
---|
Public Property LostBytes As Long Get Set |
Visual C++ |
---|
public: property long long LostBytes { long long get (); void set (long long value); } |