IsLocked Property
Gets information where the conference being hosted.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property IsLocked As Boolean
Get
'Usage
Dim instance As ConferenceSession
Dim value As Boolean
value = instance.IsLocked
public bool IsLocked { get; }
Property Value
Type: System..::..Boolean