Edit

Share via


ParticipantEndpointAttendanceChangedEventArgs<TProperties>.Left Property

Definition

Gets the participant endpoints that have left.

public:
 property System::Collections::ObjectModel::Collection<System::Collections::Generic::KeyValuePair<Microsoft::Rtc::Collaboration::ParticipantEndpoint ^, TProperties>> ^ Left { System::Collections::ObjectModel::Collection<System::Collections::Generic::KeyValuePair<Microsoft::Rtc::Collaboration::ParticipantEndpoint ^, TProperties>> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Collections.Generic.KeyValuePair<Microsoft.Rtc.Collaboration.ParticipantEndpoint,TProperties>> Left { get; }
member this.Left : System.Collections.ObjectModel.Collection<System.Collections.Generic.KeyValuePair<Microsoft.Rtc.Collaboration.ParticipantEndpoint, 'Properties>>
Public ReadOnly Property Left As Collection(Of KeyValuePair(Of ParticipantEndpoint, TProperties))

Property Value

Applies to