Compartir a través de


CtiLookupRequest.Items Property

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

Namespace: Microsoft.Uii.Desktop.Cti.Core
Assembly: Microsoft.Uii.Desktop.Cti.Core (in Microsoft.Uii.Desktop.Cti.Core.dll)

Usage

'Usage
Dim instance As CtiLookupRequest
Dim value As List(Of LookupRequestItem)

value = instance.Items

instance.Items = value

Syntax

'Declaration
Public Property Items As List(Of LookupRequestItem)
public List<LookupRequestItem> Items { get; set; }
public:
property List<LookupRequestItem^>^ Items {
    List<LookupRequestItem^>^ get ();
    void set (List<LookupRequestItem^>^ value);
}
/** @property */
public List<LookupRequestItem> get_Items ()

/** @property */
public void set_Items (List<LookupRequestItem> value)
public function get Items () : List<LookupRequestItem>

public function set Items (value : List<LookupRequestItem>)

Property Value

Type: List

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

CtiLookupRequest Class
CtiLookupRequest Members
Microsoft.Uii.Desktop.Cti.Core Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.