Gets whether the conference is locked.

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

Syntax

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

See Also