RemoteSystemApp.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.
Indicates whether this application is currently available for spatial sharing connection.
public:
property bool IsAvailableBySpatialProximity { bool get(); };
bool IsAvailableBySpatialProximity();
public bool IsAvailableBySpatialProximity { get; }
var boolean = remoteSystemApp.isAvailableBySpatialProximity;
Public ReadOnly Property IsAvailableBySpatialProximity As Boolean
Property Value
Boolean
bool
true if the application is available for spatial sharing, otherwise false.