BuildVersionInfo
BuildVersionInfo class
Provides information about the current product name and version.
public static class BuildVersionInfo
Properties
Name | Description |
---|---|
static Product { get; } | Gets the full name of the product. |
static Version { get; } | Gets the product version. |
Examples
Shows how to display information about your installed version of Aspose.Words.
Console.WriteLine($"I am currently using {BuildVersionInfo.Product}, version number {BuildVersionInfo.Version}!");
See Also
- namespace Aspose.Words
- assembly Aspose.Words