RemoteSystemApp Class
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.
Represents an application on a remote system.
public ref class RemoteSystemApp sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class RemoteSystemApp final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class RemoteSystemApp
Public NotInheritable Class RemoteSystemApp
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 10, version 1809 (introduced in 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v7.0)
|
Remarks
Version history
Windows version | SDK version | Value added |
---|---|---|
1903 | 18362 | ConnectionToken |
1903 | 18362 | User |
Properties
Attributes |
The app-specific attributes of this application. |
ConnectionToken |
Gets a token that can be persisted by a RemoteSystemApp so that it can be connected back to later. |
DisplayName |
The display-friendly name for this application. This is the name used by the device for Bluetooth identification. If this hasn't been set or the device doesn't support Bluetooth, this field will be empty. |
Id |
The unique identifier for this application. |
IsAvailableByProximity |
Indicates whether this application is currently available for proximal connection. |
IsAvailableBySpatialProximity |
Indicates whether this application is currently available for spatial sharing connection. |
User |
Gets the User. |