Participant Property

Gets or sets 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
A [Participant] object representing the participant.

See Also

Reference

MessageReceivedEventArgs Class

MessageReceivedEventArgs Members

Microsoft.Rtc.Signaling Namespace