Share via


RemoteSystemSessionCreationResult.Session Propriété

Définition

Obtient l’objet RemoteSystemSession associé à cette tentative de création.

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

Valeur de propriété

Objet RemoteSystemSession représentant la session qui a été créée (si la tentative a réussi). Si la session n’a pas été créée correctement, cette valeur est null.

Configuration requise pour Windows

Fonctionnalités de l’application
remoteSystem

S’applique à