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