RemoteSystemSessionJoinRequest.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.
Describes a request by a remote device to join a remote session.
public:
property RemoteSystemSessionParticipant ^ Participant { RemoteSystemSessionParticipant ^ get(); };
RemoteSystemSessionParticipant Participant();
public RemoteSystemSessionParticipant Participant { get; }
var remoteSystemSessionParticipant = remoteSystemSessionJoinRequest.participant;
Public ReadOnly Property Participant As RemoteSystemSessionParticipant
Property Value
A RemoteSystemSessionParticipant object representing the participant that issued the join request.
Windows requirements
App capabilities |
remoteSystem
|