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>

See also

Reference

Conversation class

Conversation members

Microsoft.Lync.Model.Conversation namespace