InstalledClassicAppInfo.DisplayVersion Property

Definition

Gets the display version for an installed classic desktop app.

public:
 property Platform::String ^ DisplayVersion { Platform::String ^ get(); };
winrt::hstring DisplayVersion();
public string DisplayVersion { get; }
var string = installedClassicAppInfo.displayVersion;
Public ReadOnly Property DisplayVersion As String

Property Value

String

Platform::String

winrt::hstring

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

Applies to