InstalledDesktopApp.DisplayVersion Property

Definition

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

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

Property Value

String

Platform::String

winrt::hstring

The string-based version of the installed desktop app.

Applies to