ConferenceSession.GetAllowedAutomaticLeaderAssignments Method
Gets the allowed automatic leader assignments for the conference.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function GetAllowedAutomaticLeaderAssignments As Collection(Of AutomaticLeaderAssignment)
'Usage
Dim instance As ConferenceSession
Dim returnValue As Collection(Of AutomaticLeaderAssignment)
returnValue = instance.GetAllowedAutomaticLeaderAssignments()
public Collection<AutomaticLeaderAssignment> GetAllowedAutomaticLeaderAssignments()
Return Value
Type: System.Collections.ObjectModel.Collection<AutomaticLeaderAssignment>
The allowed automatic leader assignments for the conference.
Remarks
An empty collection is returned for conferences hosted on a server version prior to Microsoft Lync Server 2010.
Call this method after joining the conference.