Msr.RetrieveCardProperty(String) Method
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.
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.