ParticipantEndpointAttendanceChangedEventArgs<TProperties>.Joined Property

Definition

Gets the participant endpoints that have joined.

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

Property Value

Collection<KeyValuePair<ParticipantEndpoint,TProperties>>

Applies to