true if card polling should be done with idle priority or false if normal priority should be used. Default is true.

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

Syntax

C#
public bool CardPollingIdle { get; }
Visual Basic
Public ReadOnly Property CardPollingIdle As Boolean
	Get
Visual C++
public:
property bool CardPollingIdle {
	bool get ();
}
F#
member CardPollingIdle : bool with get

Property Value

Type: Boolean

See Also