ClaimedCashDrawer.CloseAlarm Property

Definition

Gets the close alarm for this cash drawer. This is only valid if IsDrawerOpenSensorAvailable is true.

public:
 property CashDrawerCloseAlarm ^ CloseAlarm { CashDrawerCloseAlarm ^ get(); };
CashDrawerCloseAlarm CloseAlarm();
public CashDrawerCloseAlarm CloseAlarm { get; }
var cashDrawerCloseAlarm = claimedCashDrawer.closeAlarm;
Public ReadOnly Property CloseAlarm As CashDrawerCloseAlarm

Property Value

The close alarm for the cash drawer.

Applies to

See also