A list of serial card readers (names of classes) which should be tested
for and used if available.
Namespace: BasicCardAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public string[] SerialReaders { get; } |
Visual Basic |
---|
Public ReadOnly Property SerialReaders As String() Get |
Visual C++ |
---|
public: property array<String^>^ SerialReaders { array<String^>^ get (); } |
F# |
---|
member SerialReaders : string[] with get |