Share via


CashDrawerCloseAlarm.AlarmTimeout Property

Definition

Gets or sets the alarm timeout for the cash drawer close alarm.

public:
 property TimeSpan AlarmTimeout { TimeSpan get(); void set(TimeSpan value); };
TimeSpan AlarmTimeout();

void AlarmTimeout(TimeSpan value);
public System.TimeSpan AlarmTimeout { get; set; }
var timeSpan = cashDrawerCloseAlarm.alarmTimeout;
cashDrawerCloseAlarm.alarmTimeout = timeSpan;
Public Property AlarmTimeout As TimeSpan

Property Value

Defines the amount of time for the alarm timeout.

Applies to