CashChanger.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

CurrencyCodeList is set by the service object.

For example, if the string is "JPY,USD", the cash changer 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

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