RemoteSystemSessionParticipantAddedEventArgs.Participant 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 participant that was added to the remote session.
public:
property RemoteSystemSessionParticipant ^ Participant { RemoteSystemSessionParticipant ^ get(); };
RemoteSystemSessionParticipant Participant();
public RemoteSystemSessionParticipant Participant { get; }
var remoteSystemSessionParticipant = remoteSystemSessionParticipantAddedEventArgs.participant;
Public ReadOnly Property Participant As RemoteSystemSessionParticipant
Property Value
A RemoteSystemSessionParticipant object corresponding to the participant added.
Windows requirements
App capabilities |
remoteSystem
|