Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes a participant from the conversation.
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
- participant
Type: Microsoft.Lync.Model.Conversation.Participant