CashDrawerCloseAlarm.BeepDuration Property

Definition

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.

Applies to