Aspose::Words::BuildVersionInfo::get_Product method

BuildVersionInfo::get_Product method

Gets the full name of the product.

static System::String Aspose::Words::BuildVersionInfo::get_Product()

Examples

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

std::cout << System::String::Format(u"I am currently using {0}, version number {1}!", Aspose::Words::BuildVersionInfo::get_Product(), Aspose::Words::BuildVersionInfo::get_Version()) << std::endl;

See Also