AppInfo.AppUserModelId Property

Definition

An identifier that uniquely identifies the app.

public:
 property Platform::String ^ AppUserModelId { Platform::String ^ get(); };
winrt::hstring AppUserModelId();
public string AppUserModelId { get; }
var string = appInfo.appUserModelId;
Public ReadOnly Property AppUserModelId As String

Property Value

String

Platform::String

winrt::hstring

The application user model ID for the application.

Remarks

An application user model identifier is used to associate processes, files, and windows with a particular application. See Application User Model IDs for more details.

Applies to

See also