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.
AccountCode2 Represents the AccountCode property.
DNCCampaignId3 Represents the DNCCampaignId property.
DNCCampaignName4 Represents the DNCCampaignName property.
ColumnName5 Represents the ColumnName property.
ConnectionId6 Represents the ConnectionId property.
DialUnscrubbed7 Represents the DialUnscrubbed property.
ExclusionIdColumnName8 Represents the ExclusionIdColumnName property.
ExpirationColumnName9 Represents the ExpirationColumnName property.
LoginId10 Represents the LoginId property.
MarkWirelessAsUncallable11 Represents the MarkWirelessAsUncallable property.
ProjectId12 Represents the ProjectId property.
SourceType13 Represents the SourceType property.
TableName14 Represents the TableName property.
UseDialPlan15 Represents the UseDialPlan property.
UseSecureServer16 Represents the UseSecureServer property.
RevisionLevel17Represents the RevisionLevel property.

See Also