Set this to true to validate the card id of a MultiApplication BasicCard within AcceptThisCard(BasicCardString) calls.

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

Syntax

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

Property Value

Type: Boolean

See Also