Share via


RemoteSystemSessionCreationResult.Session Property

Definition

Gets the RemoteSystemSession object related to this creation attempt.

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

Property Value

The RemoteSystemSession object representing the session that was created (if the attempt was successful). If the session was not created successfully, this value is null.

Windows requirements

App capabilities
remoteSystem

Applies to