ConferencingCapabilities.AllowedLobbyBypassSettings Property
Gets the allowed settings for lobby bypass.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property AllowedLobbyBypassSettings As Collection(Of LobbyBypass)
Get
'Usage
Dim instance As ConferencingCapabilities
Dim value As Collection(Of LobbyBypass)
value = instance.AllowedLobbyBypassSettings
public Collection<LobbyBypass> AllowedLobbyBypassSettings { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<LobbyBypass>
See Also
Reference
ConferencingCapabilities Class