Share via


InstalledDesktopApp.Id Property

Definition

Gets the string-based ID of the installed desktop app.

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = installedDesktopApp.id;
Public ReadOnly Property Id As String

Property Value

String

Platform::String

winrt::hstring

The string-based ID of the installed desktop app.

Applies to