LookupRequestItem Constructors

Definition

Overloads

LookupRequestItem()

Initializes a new instance of the LookupRequestItem class.

LookupRequestItem(String, String)

Initializes a new instance of the LookupRequestItem class.

LookupRequestItem()

Initializes a new instance of the LookupRequestItem class.

public:
 LookupRequestItem();
public LookupRequestItem ();
Public Sub New ()

Applies to

LookupRequestItem(String, String)

Initializes a new instance of the LookupRequestItem class.

public:
 LookupRequestItem(System::String ^ key, System::String ^ value);
public LookupRequestItem (string key, string value);
new Microsoft.Uii.Desktop.Cti.Core.LookupRequestItem : string * string -> Microsoft.Uii.Desktop.Cti.Core.LookupRequestItem
Public Sub New (key As String, value As String)

Parameters

key
String

Specifies the name of the item.

value
String

Specifies the value of the item.

Applies to