Name of this card reader.

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

Syntax

C#
string Name { get; }
Visual Basic
ReadOnly Property Name As String
	Get
Visual C++
property String^ Name {
	String^ get ();
}
F#
abstract Name : string with get

Property Value

Type: String

See Also