Specifies constants indicating what properties this configuration object supports.

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 enum Property
Visual Basic
Public Enumeration Property

Members

Member nameValueDescription
Id0Represents the Id part of the ConfigurationId property.
DisplayName1Represents the DisplayName part of the ConfigurationId property.
AuditingEnabled2Represents the AuditingEnabled property.
AuditingConnection3Represents the AuditingConnection property.
AuditingRetentionTime4Represents the AuditingRetentionTime property.
AutomaticDispositionDelay5Represents the AutomaticDispositionDelay property.
CampaignPauseErrorThreshold6Represents the CampaignPauseErrorThreshold property.
PenetrationRetentionDuration7Represents the PenetrationRetentionDuration property.
DialerVersion8Represents the DialerVersion property.
HttpAddress9Represents the HttpAddress property.
HttpPort10Represents the HttpPort property.
IsdnBusySignalFile11Represents the IsdnBusySignalFile property.
IsdnConnectFailedFile12Represents the IsdnConnectFailedFile property.
EnableHistoryLoggingOnODS13 Obsolete. Represents the EnableHistoryLoggingOnODS property.
MasterODS14Represents the MasterODS property.
SwitchoverBackupServer15Represents the SwitchoverBackupServer property.
UdlPath16Represents the UdlPath property.
UseHttps17Represents the UseHttps property.
RevisionLevel18Represents the RevisionLevel property.
OverrideLogonCampaign19Represents the OverrideLogonCampaign property.
ResetTimeLocal20Represents the ResetTimeLocal property.
ResetTimeCalendarDay21Represents the ResetTimeCalendarDay property.

See Also