Error counter.

Namespace: BasicCard.BasicCards.Components
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public byte ErrorCounter { get; set; }
Visual Basic
Public Property ErrorCounter As Byte
	Get
	Set
Visual C++
public:
property unsigned char ErrorCounter {
	unsigned char get ();
	void set (unsigned char value);
}
F#
member ErrorCounter : byte with get, set

Property Value

Type: Byte

See Also