Compartir a través de


RemoteSystemSessionCreationResult.Session Propiedad

Definición

Obtiene el objeto RemoteSystemSession relacionado con este intento de creación.

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

Valor de propiedad

Objeto RemoteSystemSession que representa la sesión que se creó (si el intento se realizó correctamente). Si la sesión no se creó correctamente, este valor es NULL.

Requisitos de Windows

Características de aplicaciones
remoteSystem

Se aplica a