RemoteSystem.IsAvailableBySpatialProximity 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 spatially proximal connection.
public:
property bool IsAvailableBySpatialProximity { bool get(); };
bool IsAvailableBySpatialProximity();
public bool IsAvailableBySpatialProximity { get; }
var boolean = remoteSystem.isAvailableBySpatialProximity;
Public ReadOnly Property IsAvailableBySpatialProximity As Boolean
Property Value
Boolean
bool
true if the given remote system is available by spatially proximal connection, false otherwise.
Windows requirements
Device family |
Windows 10 Creators Update (introduced in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v4.0)
|
App capabilities |
remoteSystem
|