Product

BuildVersionInfo.Product property

Gets the full name of the product.

public static string Product { get; }

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