SearchType Enumeration

Specifies the desired type of search to perform.

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

Syntax

'Declaration
Public Enumeration SearchType
'Usage
Dim instance As SearchType
public enum SearchType

Members

Member name Description
Skill Specifies that the search is by skill.
Name 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

Reference

Microsoft.Lync.Controls Namespace