Aspose.Tasks for C++
Aspose::Tasks::BuildVersionInfo Class Reference

Contains build version and product information. More...

#include <BuildVersionInfo.h>

Static Public Member Functions

static System::String & AssemblyVersion ()
 Assembly version. More...
 
static System::String & AssemblyInformationalVersion ()
 The informational version number of the assembly. More...
 
static System::String & FileVersion ()
 File version. More...
 
static System::String & Product ()
 Product name. More...
 

Detailed Description

Contains build version and product information.

Member Function Documentation

◆ AssemblyInformationalVersion()

static System::String& Aspose::Tasks::BuildVersionInfo::AssemblyInformationalVersion ( )
static

The informational version number of the assembly.

◆ AssemblyVersion()

static System::String& Aspose::Tasks::BuildVersionInfo::AssemblyVersion ( )
static

Assembly version.

◆ FileVersion()

static System::String& Aspose::Tasks::BuildVersionInfo::FileVersion ( )
static

File version.

◆ Product()

static System::String& Aspose::Tasks::BuildVersionInfo::Product ( )
static

Product name.