SmartCardReader.Kind Property

Definition

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.

Applies to

See also