VersionInfoDescription Property
Returns a description of the application.
Namespace: InnerDrive.CoreAssembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
public string Description { get; }
Return Value
StringA
String containing the application's description.
var versionInfo = new VersionInfo();
var appDescription = versionInfo.Description;
// Returns "Exposes services and utilities used throughout the Inner Drive Extensible Architecture"