SmartCardReader.Kind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the smart card reader's type.
public:
property SmartCardReaderKind Kind { SmartCardReaderKind get(); };
SmartCardReaderKind Kind();
public SmartCardReaderKind Kind { get; }
var smartCardReaderKind = smartCardReader.kind;
Public ReadOnly Property Kind As SmartCardReaderKind
Property Value
One of the enumeration values, representing the smart card reader's type.