CashChanger.ExitCashList Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the cash units that can be dispensed to the exit denoted by the CurrentExit property.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property ExitCashList As CashUnits
public abstract CashUnits ExitCashList { get; }
public:
virtual property CashUnits ExitCashList {
    CashUnits get () abstract;
}
/** @property */
public abstract CashUnits get_ExitCashList ()
public abstract function get ExitCashList () : CashUnits

Remarks

The supported cash units are either the same as CurrencyCashList, or a subset of it. The string format is identical to that of CurrencyCashList.

ExitCashList is updated by the service object when CurrencyCode or CurrentExit is set.

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
CashUnits
CashChanger.CurrencyCode Property
CashChanger.CurrencyCashList Property
CashChanger.CurrentExit Property