Share via


RemoteSystemSessionJoinResult.Session Property

Definition

Gets the RemoteSystemSession object representing the session that was joined (if the join attempt was successful).

public:
 property RemoteSystemSession ^ Session { RemoteSystemSession ^ get(); };
RemoteSystemSession Session();
public RemoteSystemSession Session { get; }
var remoteSystemSession = remoteSystemSessionJoinResult.session;
Public ReadOnly Property Session As RemoteSystemSession

Property Value

The RemoteSystemSession object representing the session that was joined (if the join attempt was successful). If the attempt failed, this value is null.

Windows requirements

App capabilities
remoteSystem

Applies to