RemoteSystemSessionMessageChannel.Session Property

Definition

Gets the remote session to which this messaging channel corresponds.

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

Property Value

A RemoteSystemSession object representing the remote session.

Windows requirements

App capabilities
remoteSystem

Applies to