LookupRequestItem Constructor (String, String)
Initializes a new instance of the LookupRequestItem class.
Namespace: Microsoft.Uii.Desktop.Cti.Core
Assembly: Microsoft.Uii.Desktop.Cti.Core (in Microsoft.Uii.Desktop.Cti.Core.dll)
Usage
'Usage
Dim key As String
Dim value As String
Dim instance As New LookupRequestItem(key, value)
Syntax
'Declaration
Public Sub New ( _
key As String, _
value As String _
)
public LookupRequestItem (
string key,
string value
)
public:
LookupRequestItem (
String^ key,
String^ value
)
public LookupRequestItem (
String key,
String value
)
public function LookupRequestItem (
key : String,
value : String
)
Parameters
- key
Specifies the name of the item.
- value
Specifies the value of the item.
Remarks
Platforms
See Also
Reference
LookupRequestItem Class
LookupRequestItem Members
Microsoft.Uii.Desktop.Cti.Core Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.