Share via


Msr.CardPropertyList Property

2/27/2008

Gets a comma separated list of the names of the properties parsed from the most recently swiped card.

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

Syntax

'Declaration
Public Overridable ReadOnly Property CardPropertyList As ReadOnlyCollection(Of String)
public virtual ReadOnlyCollection<string> CardPropertyList { get; }
public:
virtual property ReadOnlyCollection<String^>^ CardPropertyList {
    ReadOnlyCollection<String^>^ get ();
}
/** @property */
public ReadOnlyCollection<String> get_CardPropertyList ()
public function get CardPropertyList () : ReadOnlyCollection<String>

Remarks

This property is initialized to an empty string if the type of card swiped was not recognized or ParseDecodeData is false.

This property is initialized by the Open method.

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