Conversation.SelfParticipant property
Gets the local participant object.
Namespace: Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property SelfParticipant As Participant
Get
'Usage
Dim instance As Conversation
Dim value As Participant
value = instance.SelfParticipant
public Participant SelfParticipant { get; }
Property value
Type: Microsoft.Lync.Model.Conversation.Participant