Click or drag to resize

VersionInfoDescription Property

Returns a description of the application.

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
public string Description { get; }

Return Value

String
A String containing the application's description.
Example
C#
var versionInfo = new VersionInfo();
var appDescription = versionInfo.Description;

// Returns "Exposes services and utilities used throughout the Inner Drive Extensible Architecture"
See Also