ConferencingCapabilities.RecommendedAccessLevel Property
Gets the recommended access level set by the administrator.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property RecommendedAccessLevel As ConferenceAccessLevel
Get
Friend Set
'Usage
Dim instance As ConferencingCapabilities
Dim value As ConferenceAccessLevel
value = instance.RecommendedAccessLevel
public ConferenceAccessLevel RecommendedAccessLevel { get; internal set; }
Property Value
Type: Microsoft.Rtc.Collaboration.ConferenceAccessLevel
Remarks
An administrator can specify the recommended default access level to be used by scheduling applications. Applications can still schedule conferences using other access levels as long as the user is allowed to.
See Also
Reference
ConferencingCapabilities Class