CtiLookupRequest.AddLookupRequestItem(String, String) Method
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.
Adds a new item to the lookup request object.
public:
bool AddLookupRequestItem(System::String ^ keyName, System::String ^ value);
public bool AddLookupRequestItem (string keyName, string value);
member this.AddLookupRequestItem : string * string -> bool
Public Function AddLookupRequestItem (keyName As String, value As String) As Boolean
Parameters
- keyName
- String
Specifies the key name.
- value
- String
Specifies the value.
Returns
True
if the new item was successfully added, otherwise false
.