Contains configuration and administration settings for a Dialer Contact List.

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 class ContactListConfiguration : EditableListConfigurationObject<ContactListConfiguration..::..Property>, 
	IExportable
Visual Basic
Public Class ContactListConfiguration _
	Inherits EditableListConfigurationObject(Of ContactListConfiguration..::..Property) _
	Implements IExportable

Inheritance Hierarchy

System..::..Object
  ConfigurationObject
    ListConfigurationObject
      EditableListConfigurationObject<(Of <(<'ContactListConfiguration..::..Property>)>)>
        ININ.IceLib.Configuration.Dialer..::..ContactListConfiguration

See Also