Share via


BillDispenser.CurrencyCodeList Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets a list of ASCII 3-character ISO 4217 currency codes, separated by commas.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CurrencyCodeList As String()
public abstract string[] CurrencyCodeList { get; }
public:
virtual property array<String^>^ CurrencyCodeList {
    array<String^>^ get () abstract;
}
/** @property */
public abstract String[] get_CurrencyCodeList ()
public abstract function get CurrencyCodeList () : String[]

Remarks

This parameter is initialized by the Open method.

Example

The string "JPY,USD" indicates that the Bill Dispenser supports both Japanese and U.S. monetary units.

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

BillDispenser Class
BillDispenser Members
Microsoft.PointOfService Namespace
BillDispenser.CurrencyCode Property