RasLinkStatistics.CrcError Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets the number of cyclic redundancy check (CRC) errors that have occurred.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public long CrcError { get; }
Visual Basic
Public ReadOnly Property CrcError As Long
	Get
Visual C++
public:
property long long CrcError {
	long long get ();
}
F#
member CrcError : int64 with get

Property Value

Type: Int64

See Also