RemoteSystemSessionInvitationReceivedEventArgs.Invitation Property

Definition

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

Applies to