Currently selected card type.

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

Syntax

C#
CardType CardType { get; set; }
Visual Basic
Property CardType As CardType
	Get
	Set
Visual C++
property CardType CardType {
	CardType get ();
	void set (CardType value);
}
F#
abstract CardType : CardType with get, set

Property Value

Type: CardType

See Also