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.
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