Toggles the forcing of the system to adhere to maximum abandon rate settings.

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

Syntax

C#
public GeneralConfigurationProperty<CampaignConfiguration..::..Property, bool> StrictMaxAbandon { get; }
Visual Basic
Public ReadOnly Property StrictMaxAbandon As GeneralConfigurationProperty(Of CampaignConfiguration..::..Property, Boolean)
	Get

Remarks

This setting is ignored if the MaxAbandonRate property is set to 0.0 or less.

Exceptions

ExceptionCondition
InsufficientRightsExceptionThe user does not have permission to view the property.

See Also