Provides access to the property representing the RecordingBeepTone for this workgroup (use Property.RecordingBeepTones).

Namespace: ININ.IceLib.Configuration
Assembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
[ObsoleteAttribute("RecordingBeepTones is not a valid property for WorkgroupConfiguration.")]
public GeneralConfigurationProperty<WorkgroupConfiguration..::..Property, Collection<ConfigurationId>> RecordingBeepTones { get; }
Visual Basic
<ObsoleteAttribute("RecordingBeepTones is not a valid property for WorkgroupConfiguration.")> _
Public ReadOnly Property RecordingBeepTones As GeneralConfigurationProperty(Of WorkgroupConfiguration..::..Property, Collection(Of ConfigurationId))
	Get

Field Value

The property representing the RecordingBeepTones.

Remarks

A RecordingBeepTone is a set of attributes. When a RecordingBeepTone is added to a Workgroup, the Workgroup takes on those attributes.
  • Owned - To assign or remove a RecordingBeepTone on this Workgroup, modify the Value of this property. One or more RecordingBeepTones must already be defined to add a RecordingBeepTone in this list.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 3 and beyond.

See Also