DotRas SDK Documentation |
RasLinkStatistics..::..BufferOverrunError Property |
RasLinkStatistics Class See Also Send Feedback |
Gets the number of buffer overrun errors that have occurred.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
---|
public long BufferOverrunError { get; } |
Visual Basic |
---|
Public ReadOnly Property BufferOverrunError As Long Get |
Visual C++ |
---|
public: property long long BufferOverrunError { long long get (); } |
F# |
---|
member BufferOverrunError : int64 with get |