RemoteSystem.IsAvailableBySpatialProximity Property

Definition

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

Applies to