RemoteSystem.IsAvailableByProximity 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.
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
|