Share via


CtiLookupRequest.Items Property

Definition

Gets or sets the list of look up request items that contain data to be passed to the search control.

public:
 property System::Collections::Generic::List<Microsoft::Uii::Desktop::Cti::Core::LookupRequestItem ^> ^ Items { System::Collections::Generic::List<Microsoft::Uii::Desktop::Cti::Core::LookupRequestItem ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::Uii::Desktop::Cti::Core::LookupRequestItem ^> ^ value); };
public System.Collections.Generic.List<Microsoft.Uii.Desktop.Cti.Core.LookupRequestItem> Items { get; set; }
member this.Items : System.Collections.Generic.List<Microsoft.Uii.Desktop.Cti.Core.LookupRequestItem> with get, set
Public Property Items As List(Of LookupRequestItem)

Property Value

Applies to