RemoteSystemSessionJoinRequestedEventArgs.JoinRequest Property

Definition

Gets the RemoteSystemSessionJoinRequest that represents this incoming request.

public:
 property RemoteSystemSessionJoinRequest ^ JoinRequest { RemoteSystemSessionJoinRequest ^ get(); };
RemoteSystemSessionJoinRequest JoinRequest();
public RemoteSystemSessionJoinRequest JoinRequest { get; }
var remoteSystemSessionJoinRequest = remoteSystemSessionJoinRequestedEventArgs.joinRequest;
Public ReadOnly Property JoinRequest As RemoteSystemSessionJoinRequest

Property Value

The RemoteSystemSessionJoinRequest that represents this incoming request.

Windows requirements

App capabilities
remoteSystem

Applies to