ConferenceScheduleInformation.AccessLevel Property

Definition

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.

Applies to