RemoteSystemSessionAddedEventArgs.SessionInfo Property

Definition

Gets information about the remote session that has been discovered.

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

Property Value

A RemoteSystemSessionInfo object corresponding to the newly discovered remote session.

Windows requirements

App capabilities
remoteSystem

Applies to