ElectronicValueRW.CardServiceList Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets a comma-separated (CSV) list of services supported by the card.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CardServiceList As ReadOnlyCollection(Of String)
public abstract ReadOnlyCollection<string> CardServiceList { get; }
public:
virtual property ReadOnlyCollection<String^>^ CardServiceList {
    ReadOnlyCollection<String^>^ get () abstract;
}
/** @property */
public abstract ReadOnlyCollection<String> get_CardServiceList ()
public abstract function get CardServiceList () : ReadOnlyCollection<String>

Remarks

This list is populated by the EnumerateCardServices method.

For example, when the character string that identifies "A" electronic money service is "MoneyA" and the character string that identifies "B" electronic point service is "PointB," the CardServiceList property becomes "MoneyA,PointB."

This property is initialized to an empty string ("") 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

ElectronicValueRW Class
ElectronicValueRW Members
Microsoft.PointOfService Namespace