ConferenceSession.GetAllowedAccessLevels Method
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.
Returns a snapshot of the allowed admission policies in the conference.
public:
System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::ConferenceAccessLevel> ^ GetAllowedAccessLevels();
public System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.ConferenceAccessLevel> GetAllowedAccessLevels ();
member this.GetAllowedAccessLevels : unit -> System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.ConferenceAccessLevel>
Public Function GetAllowedAccessLevels () As Collection(Of ConferenceAccessLevel)
Returns
The collection of allowed access levels that the conference could be changed to.
Remarks
Applications should call this method before attempting to modify the conference admission policy.