Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the maximum number of conferences scheduled with the administrator template at one time.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property MaximumConferencesWithAdministratorSuppliedTemplates As Long
Get
Friend Set
'Usage
Dim instance As ConferencingCapabilities
Dim value As Long
value = instance.MaximumConferencesWithAdministratorSuppliedTemplates
public long MaximumConferencesWithAdministratorSuppliedTemplates { get; internal set; }
Property Value
Type: System.Int64
Remarks
The server implementation currently supports one administrator template conference per organizer.
See Also
Reference
ConferencingCapabilities Class