RemoteSystemSessionInvitation.Sender Property

Definition

Gets a RemoteSystem object representing the device that sent the invitation.

public:
 property RemoteSystem ^ Sender { RemoteSystem ^ get(); };
RemoteSystem Sender();
public RemoteSystem Sender { get; }
var remoteSystem = remoteSystemSessionInvitation.sender;
Public ReadOnly Property Sender As RemoteSystem

Property Value

The RemoteSystem object representing the sending device.

Windows requirements

App capabilities
remoteSystem

Applies to