Share via


Msr.RetrieveCardProperty(String) Method

Definition

Retrieves the value of specific parsed properties from the last card swiped.

public virtual string RetrieveCardProperty (string name);
abstract member RetrieveCardProperty : string -> string
override this.RetrieveCardProperty : string -> string
Public Overridable Function RetrieveCardProperty (name As String) As String

Parameters

name
String

Name of the property whose value is to be retrieved. The CardPropertyList property can be parsed to determine the set of valid properties for the most recently swiped card.

Returns

Applies to