RemoteSystemSessionValueSetReceivedEventArgs.Sender Property

Definition

Gets the remote session participant that sent the message to the channel and caused this ValueSetReceived event to be raised.

public:
 property RemoteSystemSessionParticipant ^ Sender { RemoteSystemSessionParticipant ^ get(); };
RemoteSystemSessionParticipant Sender();
public RemoteSystemSessionParticipant Sender { get; }
var remoteSystemSessionParticipant = remoteSystemSessionValueSetReceivedEventArgs.sender;
Public ReadOnly Property Sender As RemoteSystemSessionParticipant

Property Value

The RemoteSystemSessionParticipant object corresponding to the sender participant.

Windows requirements

App capabilities
remoteSystem

Applies to