RemoteSystemSessionInvitationReceivedEventArgs.Invitation 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 the RemoteSystemSessionInvitation object associated with the invitation received.
public:
property RemoteSystemSessionInvitation ^ Invitation { RemoteSystemSessionInvitation ^ get(); };
RemoteSystemSessionInvitation Invitation();
public RemoteSystemSessionInvitation Invitation { get; }
var remoteSystemSessionInvitation = remoteSystemSessionInvitationReceivedEventArgs.invitation;
Public ReadOnly Property Invitation As RemoteSystemSessionInvitation
Property Value
The RemoteSystemSessionInvitation object representing this invitation.
Windows requirements
App capabilities |
remoteSystem
|