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.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
public class SearchResultCollection : ReadOnlyCollection<SearchResult>
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.ReadOnlyCollection<SearchResult>
Microsoft.Lync.Controls.SearchResultCollection