Room.Participants property
Gets the 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 Room
Dim value As IList(Of RoomUser)
value = instance.Participants
public IList<RoomUser> Participants { get; }
Property value
Type: System.Collections.Generic.IList<RoomUser>