LookupRequestItem Class

Definition

Represents a lookup request item. This item contains some data that is passed from the CtiDesktop manager to a search control as part of a CTI initiated lookup request.

public ref class LookupRequestItem sealed
public sealed class LookupRequestItem
type LookupRequestItem = class
Public NotInheritable Class LookupRequestItem
Inheritance
LookupRequestItem

Constructors

LookupRequestItem()

Initializes a new instance of the LookupRequestItem class.

LookupRequestItem(String, String)

Initializes a new instance of the LookupRequestItem class.

Properties

Key

Gets or sets the name of the item.

Value

Gets or sets the value of the item.

Applies to