Share via


SearchResults.Contacts property

Returns all retrieved contacts.

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

Syntax

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

value = instance.Contacts
public IList<Contact> Contacts { get; }

Property value

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

See also

Reference

SearchResults class

SearchResults members

Microsoft.Lync.Model namespace