ParticipantEndpointAttendanceChangedEventArgs<TProperties>.Left Property
Gets the participant endpoints that have left.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Left As Collection(Of KeyValuePair(Of ParticipantEndpoint, TProperties))
Get
'Usage
Dim instance As ParticipantEndpointAttendanceChangedEventArgs
Dim value As Collection(Of KeyValuePair(Of ParticipantEndpoint, TProperties))
value = instance.Left
public Collection<KeyValuePair<ParticipantEndpoint, TProperties>> Left { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<KeyValuePair<ParticipantEndpoint, TProperties>>
See Also
Reference
ParticipantEndpointAttendanceChangedEventArgs<TProperties> Class
ParticipantEndpointAttendanceChangedEventArgs<TProperties> Members