RemoteSystemSessionUpdatedEventArgs.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 was updated.
public:
property RemoteSystemSessionInfo ^ SessionInfo { RemoteSystemSessionInfo ^ get(); };
RemoteSystemSessionInfo SessionInfo();
public RemoteSystemSessionInfo SessionInfo { get; }
var remoteSystemSessionInfo = remoteSystemSessionUpdatedEventArgs.sessionInfo;
Public ReadOnly Property SessionInfo As RemoteSystemSessionInfo
Property Value
A RemoteSystemSessionInfo object describing the remote session that was updated.
Windows requirements
App capabilities |
remoteSystem
|