Partager via


RemoteSystemSessionJoinResult.Session Propriété

Définition

Obtient l’objet RemoteSystemSession représentant la session qui a été jointe (si la tentative de jointure a réussi).

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

Valeur de propriété

Objet RemoteSystemSession représentant la session qui a été jointe (si la tentative de jointure a réussi). Si la tentative a échoué, cette valeur est null.

Configuration requise pour Windows

Fonctionnalités de l’application
remoteSystem

S’applique à