ContactSearchInputBox.Results Property
Gets a SearchResultCollection object containing the results of a completed search operation.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public Property Results As SearchResultCollection
Get
Private Set
'Usage
Dim instance As ContactSearchInputBox
Dim value As SearchResultCollection
value = instance.Results
public SearchResultCollection Results { get; private set; }
Property Value
Type: Microsoft.Lync.Controls.SearchResultCollection