SearchResultCollection class

A data structure which holds the result set and metadata which describes a search operation that has been executed by the ContactSearch control.

Inheritance hierarchy

System.Object
  System.Collections.ObjectModel.ReadOnlyCollection<SearchResult>
    Microsoft.Lync.Controls.SearchResultCollection

Namespace:  Microsoft.Lync.Controls
Assembly:  Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)

Syntax

'Declaration
Public Class SearchResultCollection _
    Inherits ReadOnlyCollection(Of SearchResult)
'Usage
Dim instance As SearchResultCollection
public class SearchResultCollection : ReadOnlyCollection<SearchResult>

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.

See also

Reference

SearchResultCollection members

Microsoft.Lync.Controls namespace