CashDrawerCloseAlarm.BeepDelay 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.
Delay between cash drawer closed alarm beeps.
public:
property TimeSpan BeepDelay { TimeSpan get(); void set(TimeSpan value); };
TimeSpan BeepDelay();
void BeepDelay(TimeSpan value);
public System.TimeSpan BeepDelay { get; set; }
var timeSpan = cashDrawerCloseAlarm.beepDelay;
cashDrawerCloseAlarm.beepDelay = timeSpan;
Public Property BeepDelay As TimeSpan
Property Value
Defines the amount of time between beeps.