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.
Connection2 Represents the Connection property.
ContactColumns3 Represents the ContactColumns property.
TableName4 Represents the TableName property.
RevisionLevel5Represents the RevisionLevel property.
DurationOfOwnership6 Represents the DurationOfOwnership property.
EnableCampaignOwnership7 Represents the EnableCampaignOwnership property.
EnableDncComMetaData8 Represents the EnableDncComMetaData property.
EnableMetaDataCleanup9 Represents the EnableMetaDataCleanup property.
MetaDataDuration10 Represents the MetaDataDuration property.

See Also