Specifies the speed of the beeping effect of this StatusClause

Namespace: Ico.WPF
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public StatusSpeed BeepStatusSpeed { get; set; }
Visual Basic
Public Property BeepStatusSpeed As StatusSpeed
	Get
	Set
JScript
function get BeepStatusSpeed () : StatusSpeed
function set BeepStatusSpeed (value : StatusSpeed)

Remarks

If it's set to null the beeping is disabled

See Also