RemoteSystemConnectionRequest.RemoteSystem Property

Definition

Represents the remote system (device) that the app intends to communicate with.

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

Property Value

The remote system to communicate with.

Windows requirements

App capabilities
remoteSystem

Applies to