SearchResult Class
A data structure which contains a single search result. See ContactSearchInputBox.
Inheritance Hierarchy
System.Object
Microsoft.Lync.Controls.SearchResult
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public Class SearchResult
'Usage
Dim instance As SearchResult
public class SearchResult
Remarks
A search Result consists of a single contact or distribution group. For skill searches, the result also contains a HitHighlightSummary which highlights matches for the contact's skill description.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.