CashDrawerCloseAlarm.BeepDelay Property

Definition

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.

Applies to