ClaimedCashDrawer.CloseAlarm Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.