Partilhar via


ConferenceScheduleInformation.AccessLevel Property

Gets or sets the access level that controls admission into a conference.

Namespace:  Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Property AccessLevel As ConferenceAccessLevel
    Get
    Set
'Usage
Dim instance As ConferenceScheduleInformation
Dim value As ConferenceAccessLevel

value = instance.AccessLevel

instance.AccessLevel = value
public ConferenceAccessLevel AccessLevel { get; set; }

Property Value

Type: Microsoft.Rtc.Collaboration.ConferenceAccessLevel

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.

See Also

Reference

ConferenceScheduleInformation Class

ConferenceScheduleInformation Members

Microsoft.Rtc.Collaboration.ConferenceManagement Namespace