InstalledClassicAppInfo InstalledClassicAppInfo InstalledClassicAppInfo InstalledClassicAppInfo Class

Definition

Provides display info for an installed classic desktop app.

public : sealed class InstalledClassicAppInfo : IInstalledClassicAppInfopublic sealed class InstalledClassicAppInfo : IInstalledClassicAppInfoPublic NotInheritable Class InstalledClassicAppInfo Implements IInstalledClassicAppInfo// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.10240.0)
API contract
Windows.Management.Deployment.Preview.DeploymentPreviewContract (introduced v1)

Properties

DisplayName DisplayName DisplayName DisplayName

Gets the display name for an installed classic desktop app.

public : PlatForm::String DisplayName { get; }public string DisplayName { get; }Public ReadOnly Property DisplayName As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The name of the app as a String that can be displayed.

DisplayVersion DisplayVersion DisplayVersion DisplayVersion

Gets the display version for an installed classic desktop app.

public : PlatForm::String DisplayVersion { get; }public string DisplayVersion { get; }Public ReadOnly Property DisplayVersion As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The version of the app as a String that can be displayed.