ConferencingCapabilities.AllowedLobbyBypassSettings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the allowed settings for lobby bypass.
public:
property System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::LobbyBypass> ^ AllowedLobbyBypassSettings { System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::LobbyBypass> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.LobbyBypass> AllowedLobbyBypassSettings { get; }
member this.AllowedLobbyBypassSettings : System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.LobbyBypass>
Public ReadOnly Property AllowedLobbyBypassSettings As Collection(Of LobbyBypass)