Compartir a través de


RemoteSystemSessionJoinResult.Session Propiedad

Definición

Obtiene el objeto RemoteSystemSession que representa la sesión unida (si el intento de combinación se realizó correctamente).

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

Valor de propiedad

Objeto RemoteSystemSession que representa la sesión unida (si el intento de combinación se realizó correctamente). Si se produjo un error en el intento, este valor es NULL.

Requisitos de Windows

Características de aplicaciones
remoteSystem

Se aplica a