RemoteSystem.IsAvailableByProximity Property

Definition

Checks whether the given remote system is available through proximal connection (such as a Bluetooth or local network connection) as opposed to cloud connection.

public:
 property bool IsAvailableByProximity { bool get(); };
bool IsAvailableByProximity();
public bool IsAvailableByProximity { get; }
var boolean = remoteSystem.isAvailableByProximity;
Public ReadOnly Property IsAvailableByProximity As Boolean

Property Value

Boolean

bool

True if the given remote system is available by proximal connection, False otherwise.

Windows requirements

App capabilities
remoteSystem

Applies to