Aspose.Tasks for C++
Aspose::Tasks::ProjectInfo Class Referencefinal

Brief info about the published project available on Project Online. More...

#include <ProjectInfo.h>

Inherits System::Object.

Public Member Functions

System::Guid get_Id () const
 Gets the unique identifier of the project. More...
 
System::String get_Name () const
 Gets the name of the project. More...
 
System::DateTime get_CreatedDate () const
 Gets the date and time when the project was created. More...
 
bool get_IsCheckedOut () const
 Gets a value indicating whether the project is checked out. More...
 
System::DateTime get_LastPublishedDate () const
 Gets the most recent date when the project was published. More...
 
System::DateTime get_LastSavedDate () const
 Gets the most recent date when the project was saved. More...
 
System::String get_Description () const
 Gets the description of the project. More...
 
 ProjectInfo ()
 Initializes a new instance of the ProjectInfo class. More...
 

Detailed Description

Brief info about the published project available on Project Online.

Constructor & Destructor Documentation

◆ ProjectInfo()

Aspose::Tasks::ProjectInfo::ProjectInfo ( )

Initializes a new instance of the ProjectInfo class.

Member Function Documentation

◆ get_CreatedDate()

System::DateTime Aspose::Tasks::ProjectInfo::get_CreatedDate ( ) const

Gets the date and time when the project was created.

◆ get_Description()

System::String Aspose::Tasks::ProjectInfo::get_Description ( ) const

Gets the description of the project.

◆ get_Id()

System::Guid Aspose::Tasks::ProjectInfo::get_Id ( ) const

Gets the unique identifier of the project.

◆ get_IsCheckedOut()

bool Aspose::Tasks::ProjectInfo::get_IsCheckedOut ( ) const

Gets a value indicating whether the project is checked out.

◆ get_LastPublishedDate()

System::DateTime Aspose::Tasks::ProjectInfo::get_LastPublishedDate ( ) const

Gets the most recent date when the project was published.

◆ get_LastSavedDate()

System::DateTime Aspose::Tasks::ProjectInfo::get_LastSavedDate ( ) const

Gets the most recent date when the project was saved.

◆ get_Name()

System::String Aspose::Tasks::ProjectInfo::get_Name ( ) const

Gets the name of the project.