Share via


Msr.CardTypeList Property

2/27/2008

Gets a comma separated list of string names of card types supported by the service.

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

Syntax

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

Remarks

The vendor is allowed to support non-standard card type by specifying names beginning with an underscore ('_'). All names not beginning with an underscore are considered to be 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.

See Also

Reference

Msr Class
Msr Members
Microsoft.PointOfService Namespace