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