CashDrawerCloseAlarm.AlarmTimeout 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 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.