ConferenceScheduleInformation.AdmissionPolicy Property

NOTE: This API is now obsolete.

This property will be removed from future versions. Use 'ConferenceScheduleInformation.AccessLevel' instead. Gets or sets the admission policy to control access to a conference.

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

Syntax

'Declaration
<ObsoleteAttribute("This property will be removed from future versions. Use 'ConferenceScheduleInformation.AccessLevel'")> _
Public Property AdmissionPolicy As ConferenceAdmissionPolicy
    Get
    Set
'Usage
Dim instance As ConferenceScheduleInformation
Dim value As ConferenceAdmissionPolicy

value = instance.AdmissionPolicy

instance.AdmissionPolicy = value
[ObsoleteAttribute("This property will be removed from future versions. Use 'ConferenceScheduleInformation.AccessLevel'")]
public ConferenceAdmissionPolicy AdmissionPolicy { get; set; }

Property Value

Type: Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceAdmissionPolicy

Exceptions

Exception Condition
ArgumentOutOfRangeException

Thrown if set to None

Remarks

Set this property to control access to the conference.

See Also

Reference

ConferenceScheduleInformation Class

ConferenceScheduleInformation Members

Microsoft.Rtc.Collaboration.ConferenceManagement Namespace