Specifies the desired type of search to perform.

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

Syntax

C#
public 
enum 
SearchType

Members

Member name Value Description
Skill 0
Specifies that the search is by skill.
Name 1
Specifies that the search is by name.

Remarks

The search control can find contacts by name or by skill. See ContactSearch, ContactSearchResultList, and ContactSearchInputBox

See Also