Share via


RemoteSystemSessionRemovedEventArgs.SessionInfo Property

Definition

Gets information about the remote session that disappeared.

public:
 property RemoteSystemSessionInfo ^ SessionInfo { RemoteSystemSessionInfo ^ get(); };
RemoteSystemSessionInfo SessionInfo();
public RemoteSystemSessionInfo SessionInfo { get; }
var remoteSystemSessionInfo = remoteSystemSessionRemovedEventArgs.sessionInfo;
Public ReadOnly Property SessionInfo As RemoteSystemSessionInfo

Property Value

A RemoteSystemSessionInfo object describing the remote session that disappeared.

Windows requirements

App capabilities
remoteSystem

Applies to