Share via


RoomParticipantsEventArgs.Participants property

Get new room participants.

Namespace:  Microsoft.Lync.Model.Room
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public ReadOnly Property Participants As IList(Of RoomUser)
    Get
'Usage
Dim instance As RoomParticipantsEventArgs
Dim value As IList(Of RoomUser)

value = instance.Participants
public IList<RoomUser> Participants { get; }

Property value

Type: System.Collections.Generic.IList<RoomUser>

See also

Reference

RoomParticipantsEventArgs class

RoomParticipantsEventArgs members

Microsoft.Lync.Model.Room namespace