InstalledDesktopApp.DisplayVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The string-based version of the installed desktop app.