product property
BuildVersionInfo.product property
Gets the full name of the product.
@property
def product(self) -> str:
...
Examples
Shows how to display information about your installed version of Aspose.Words.
print(f'I am currently using {aw.BuildVersionInfo.product}, version number {aw.BuildVersionInfo.version}!')
See Also
- module aspose.words
- class BuildVersionInfo