Edit

Share via


LobbyParticipantAttendanceChangedEventArgs.Added Property

Definition

Gets the collection of participants who just joined the lobby.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::ConversationParticipant ^> ^ Added { System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::ConversationParticipant ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.ConversationParticipant> Added { get; }
member this.Added : System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.ConversationParticipant>
Public ReadOnly Property Added As Collection(Of ConversationParticipant)

Property Value

Applies to