Set this to true for activation of ATR check.

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

Syntax

C#
protected bool CheckAtr { get; set; }
Visual Basic
Protected Property CheckAtr As Boolean
	Get
	Set
Visual C++
protected:
property bool CheckAtr {
	bool get ();
	void set (bool value);
}
F#
member CheckAtr : bool with get, set

Property Value

Type: Boolean

See Also