Conversation.Participants Property
Gets the participant collection.
Namespace: Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property Participants As IList(Of Participant)
Get
'Usage
Dim instance As Conversation
Dim value As IList(Of Participant)
value = instance.Participants
public IList<Participant> Participants { get; }
Property Value
Type: System.Collections.Generic.IList<Participant>