CtiLookupRequest.Items Property
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.
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)