Share via


SearchResults.AllResults property

Returns all search results (contacts, groups or expert search results)

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

Syntax

'Declaration
Public ReadOnly Property AllResults As IList(Of SearchResult)
    Get
'Usage
Dim instance As SearchResults
Dim value As IList(Of SearchResult)

value = instance.AllResults
public IList<SearchResult> AllResults { get; }

Property value

Type: System.Collections.Generic.IList<SearchResult>

See also

Reference

SearchResults class

SearchResults members

Microsoft.Lync.Model namespace