RemoteSystemSessionInvitation.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 a RemoteSystemSessionInfo object representing the session to which this device was invited.
public:
property RemoteSystemSessionInfo ^ SessionInfo { RemoteSystemSessionInfo ^ get(); };
RemoteSystemSessionInfo SessionInfo();
public RemoteSystemSessionInfo SessionInfo { get; }
var remoteSystemSessionInfo = remoteSystemSessionInvitation.sessionInfo;
Public ReadOnly Property SessionInfo As RemoteSystemSessionInfo
Property Value
The RemoteSystemSessionInfo object representing the session to which this device was invited.
Windows requirements
App capabilities |
remoteSystem
|