CtiLookupRequest.RemoveLookupRequestItem(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.
Removes an item from the lookup request items list by keyname.
public:
bool RemoveLookupRequestItem(System::String ^ keyName);
public bool RemoveLookupRequestItem (string keyName);
member this.RemoveLookupRequestItem : string -> bool
Public Function RemoveLookupRequestItem (keyName As String) As Boolean
Parameters
- keyName
- String
Specifies the key to remove.
Returns
True
if the item was successfully removed, otherwise false
.