VersionInfoTitle Property
Gets the application's full title.
Namespace: InnerDrive.CoreAssembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
public string Title { get; }
Return Value
StringA
String containing the application's title.
If there is no title configured for the application, the
method will return the application's short name.
var versionInfo = new VersionInfo();
var appTitle = versionInfo.Title;
// Returns "Inner Drive Extensible Architecture - Core"