Msr.CardType Property
2/27/2008
Gets the card type identifier for the most recently swiped card.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property CardType As String
public virtual string CardType { get; }
public:
virtual property String^ CardType {
String^ get ();
}
/** @property */
public String get_CardType ()
public function get CardType () : String
Remarks
If the card's format is not recognized, this property will be empty. If this property's value begins with an underscore ('_'), the card type is vendor specific. If this property does not begin with an underscore, the card type is one of the standard card types.
The two currently defined standard card types are "BANK" and "AAMVA."
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.