The name of the database table containing recycle information for the campaign. This value is automatically generated by the central campaign server and is read-only.

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, string> RecycleTable { get; }
Visual Basic
Public ReadOnly Property RecycleTable As GeneralConfigurationProperty(Of CampaignConfiguration..::..Property, String)
	Get

Exceptions

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

See Also