RemoteSystemSessionJoinRequestedEventArgs.JoinRequest 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 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
|