ConferenceSessionProperties.IsLocked Property
NOTE: This API is now obsolete.
This property will be removed from future versions. Instead, use AccessLevel. Gets whether the conference is locked.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This property will be removed from future versions. Use property 'AccessLevel'")> _
Public Property IsLocked As Boolean
Get
Friend Set
'Usage
Dim instance As ConferenceSessionProperties
Dim value As Boolean
value = instance.IsLocked
[ObsoleteAttribute("This property will be removed from future versions. Use property 'AccessLevel'")]
public bool IsLocked { get; internal set; }
Property Value
Type: System.Boolean
See Also
Reference
ConferenceSessionProperties Class