ContactSearchResultList.SearchType property

Gets or sets an enumerated value which determines the type of search to be performed by this control.

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

Syntax

'Declaration
Public Property SearchType As SearchType
    Get
    Set
'Usage
Dim instance As ContactSearchResultList
Dim value As SearchType

value = instance.SearchType

instance.SearchType = value
public SearchType SearchType { get; set; }

Property value

Type: Microsoft.Lync.Controls.SearchType

See also

Reference

ContactSearchResultList class

ContactSearchResultList members

Microsoft.Lync.Controls namespace