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