Share via


Msr.RetrieveCardProperty Method

2/27/2008

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

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Overridable Function RetrieveCardProperty ( _
    name As String _
) As String
public virtual string RetrieveCardProperty (
    string name
)
public:
virtual String^ RetrieveCardProperty (
    String^ name
)
public String RetrieveCardProperty (
    String name
)
public function RetrieveCardProperty (
    name : String
) : String

Parameters

  • name
    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.

Remarks

Until a card is swiped, all defined properties will return an empty string.

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.

See Also

Reference

Msr Class
Msr Members
Microsoft.PointOfService Namespace