ContactSearch.InitializationFailed Property
Gets a boolean value indicating whether initialization of the layer between Lync and the Lync controls has failed.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public Property InitializationFailed As Boolean
Get
Private Set
'Usage
Dim instance As ContactSearch
Dim value As Boolean
value = instance.InitializationFailed
public bool InitializationFailed { get; private set; }
Property Value
Type: System.Boolean
True if initialization failed, false if initialization succeeded. The default value is false.