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