LookupRequestItem Class
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.
Represents a lookup request item. This item contains some data that is passed from the CtiDesktop manager to a search control as part of a CTI initiated lookup request.
public ref class LookupRequestItem sealed
public sealed class LookupRequestItem
type LookupRequestItem = class
Public NotInheritable Class LookupRequestItem
- Inheritance
-
LookupRequestItem
Constructors
LookupRequestItem() |
Initializes a new instance of the LookupRequestItem class. |
LookupRequestItem(String, String) |
Initializes a new instance of the LookupRequestItem class. |
Properties
Key |
Gets or sets the name of the item. |
Value |
Gets or sets the value of the item. |