Left Property

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<(Of <(<'KeyValuePair<(Of <(<'ParticipantEndpoint, TProperties>)>)>>)>)>

See Also

Reference

ParticipantEndpointAttendanceChangedEventArgs<(Of <(<'TProperties>)>)> Class

ParticipantEndpointAttendanceChangedEventArgs<(Of <(<'TProperties>)>)> Members

Microsoft.Rtc.Collaboration Namespace