Share via


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

2/27/2008

Gets the list of cash units that can be dispensed to the exit indicated 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 may be all, or a subset, of the values in CurrencyCashList. The string format is identical to that of CurrencyCashList.

This property is initialized by the Open method, and is updated 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

BillDispenser Class
BillDispenser Members
Microsoft.PointOfService Namespace
CashUnits
BillDispenser.CurrencyCode Property
BillDispenser.CurrencyCashList Property
BillDispenser.CurrentExit Property