Compartir a través de


CtiLookupRequest.AddLookupRequestItem Method

Adds a new item to the lookup request object.

Namespace: Microsoft.Uii.Desktop.Cti.Core
Assembly: Microsoft.Uii.Desktop.Cti.Core (in Microsoft.Uii.Desktop.Cti.Core.dll)

Usage

'Usage
Dim instance As CtiLookupRequest
Dim keyName As String
Dim value As String
Dim returnValue As Boolean

returnValue = instance.AddLookupRequestItem(keyName, value)

Syntax

'Declaration
Public Function AddLookupRequestItem ( _
    keyName As String, _
    value As String _
) As Boolean
public bool AddLookupRequestItem (
    string keyName,
    string value
)
public:
bool AddLookupRequestItem (
    String^ keyName, 
    String^ value
)
public boolean AddLookupRequestItem (
    String keyName, 
    String value
)
public function AddLookupRequestItem (
    keyName : String, 
    value : String
) : boolean

Parameters

  • keyName
    Specifies the key name.
  • value
    Specifies the value.

Return Value

Type: Boolean
True if the new item was successfully added, otherwise false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

CtiLookupRequest Class
CtiLookupRequest Members
Microsoft.Uii.Desktop.Cti.Core Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.