LookupRequestItem Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.