Gets whether the conference is locked.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
IsLocked 
As 
Boolean
C#
public 
bool 
IsLocked { 
get; }
Visual C++
public:
property 
bool 
IsLocked {
	
bool 
get ();
}
JavaScript
function get_
isLocked();

Remarks

When a conference is locked, new participants (except conference leaders) are not allowed to join the conference immediately but placed into the conference lobby, existing participants are not impacted. If an application built on UCMA2.0 attempts to join a locked conference, the join operation fails.

See Also