RemoteSystemSessionAddedEventArgs.SessionInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|