ConferenceScheduleInformation.AccessLevel 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 or sets the access level that controls admission into a conference.
public:
property Microsoft::Rtc::Collaboration::ConferenceAccessLevel AccessLevel { Microsoft::Rtc::Collaboration::ConferenceAccessLevel get(); void set(Microsoft::Rtc::Collaboration::ConferenceAccessLevel value); };
public Microsoft.Rtc.Collaboration.ConferenceAccessLevel AccessLevel { get; set; }
member this.AccessLevel : Microsoft.Rtc.Collaboration.ConferenceAccessLevel with get, set
Public Property AccessLevel As ConferenceAccessLevel
Property Value
Remarks
Set this property to control access to the conference.
An application should query the access levels available to the organizer before setting this property. BeginGetConferencingCapabilities(AsyncCallback, Object) and AllowedAccessLevels.