RemoteSystemSessionValueSetReceivedEventArgs.Sender Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|