Conversation.SelfParticipant Property
Gets the self participant object which represents the user signed in on this client.
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