Share via


ContactSearchResultList.ResultsState property

Gets or sets an enumerated value which represents the status of the current search operation.

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

Syntax

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

value = instance.ResultsState

instance.ResultsState = value
public SearchState ResultsState { get; set; }

Property value

Type: Microsoft.Lync.Controls.SearchState

See also

Reference

ContactSearchResultList class

ContactSearchResultList members

Microsoft.Lync.Controls namespace