Enumerated values which identify the synchronization state of the search provider. See ContactSearch.

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

Syntax

C#
public 
enum 
SyncState

Members

Member name Value Description
NotStarted 0
Not started.
InProgress 1
In progress.
Succeeded 2
Succeeded.
Failed 3
Failed

See Also