RemoteSystemSessionParticipantRemovedEventArgs.Participant Property

Definition

Gets the participant that was removed from the remote session.

public:
 property RemoteSystemSessionParticipant ^ Participant { RemoteSystemSessionParticipant ^ get(); };
RemoteSystemSessionParticipant Participant();
public RemoteSystemSessionParticipant Participant { get; }
var remoteSystemSessionParticipant = remoteSystemSessionParticipantRemovedEventArgs.participant;
Public ReadOnly Property Participant As RemoteSystemSessionParticipant

Property Value

A RemoteSystemSessionParticipant object corresponding to the participant removed.

Windows requirements

App capabilities
remoteSystem

Applies to