CashDrawerCloseAlarm.BeepDuration 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.
Duration of the cash drawer close alarm beep.
public:
property TimeSpan BeepDuration { TimeSpan get(); void set(TimeSpan value); };
TimeSpan BeepDuration();
void BeepDuration(TimeSpan value);
public System.TimeSpan BeepDuration { get; set; }
var timeSpan = cashDrawerCloseAlarm.beepDuration;
cashDrawerCloseAlarm.beepDuration = timeSpan;
Public Property BeepDuration As TimeSpan
Property Value
Defines the length of time the alarm beep sounds.