Conversation.RemoveParticipant method

Removes a participant from the collection.

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

Syntax

'Declaration
Public Sub RemoveParticipant ( _
    participant As Participant _
)
'Usage
Dim instance As Conversation
Dim participant As Participant

instance.RemoveParticipant(participant)
public void RemoveParticipant(
    Participant participant
)

Parameters

See also

Reference

Conversation class

Conversation members

Microsoft.Lync.Model.Conversation namespace