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

C#
public 
bool 
InitializationFailed { 
get; 
private 
set; }

Field Value

True if initialization failed, false if initialization succeeded. The default value is false.

See Also