RemoteSystemAppRegistration Class

Definition

This class represents an application that is to be registered in the cloud for remote connectivity. A registered app can provide remote app services or be used to launch a URI.

public ref class RemoteSystemAppRegistration sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class RemoteSystemAppRegistration final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class RemoteSystemAppRegistration
Public NotInheritable Class RemoteSystemAppRegistration
Inheritance
Object Platform::Object IInspectable RemoteSystemAppRegistration
Attributes

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v7.0)

Properties

Attributes

Gets the attributes associated with this application.

User

The user under which to register the app.

Methods

GetDefault()

Gets a RemoteSystemAppRegistration instance to register an app for the device's default user account.

GetForUser(User)

Gets a RemoteSystemAppRegistration instance to register an app for the given user.

SaveAsync()

Starts the process of registering this application in the cloud.

Applies to