MessageReceivedEventArgs.Participant Property
Gets the participant that generated this message.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property Participant As Participant
Get
Friend Set
'Usage
Dim instance As MessageReceivedEventArgs
Dim value As Participant
value = instance.Participant
public Participant Participant { get; internal set; }
Property Value
Type: Microsoft.Rtc.Signaling.Participant
See Also
Reference
MessageReceivedEventArgs Class