product property

BuildVersionInfo.product property

Gets the full name of the product.

get product(): string

Examples

Shows how to display information about your installed version of Aspose.words.

console.log(`I am currently using ${aw.BuildVersionInfo.product}, version number ${aw.BuildVersionInfo.version}!`);

See Also