Class ProjectInfo

Class ProjectInfo

Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.4.0)

Brief info about the published project available on Project Online.

public sealed class ProjectInfo

Inheritance

object ProjectInfo

Inherited Members

object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

ProjectInfo()

Initializes a new instance of the Aspose.Tasks.ProjectInfo class.

public ProjectInfo()

Properties

CreatedDate

Gets the date and time when the project was created.

public DateTime CreatedDate { get; }

Property Value

DateTime

Description

Gets the description of the project.

public string Description { get; }

Property Value

string

Id

Gets the unique identifier of the project.

public Guid Id { get; }

Property Value

Guid

IsCheckedOut

Gets a value indicating whether the project is checked out.

public bool IsCheckedOut { get; }

Property Value

bool

LastPublishedDate

Gets the most recent date when the project was published.

public DateTime LastPublishedDate { get; }

Property Value

DateTime

LastSavedDate

Gets the most recent date when the project was saved.

public DateTime LastSavedDate { get; }

Property Value

DateTime

Name

Gets the name of the project.

public string Name { get; }

Property Value

string

 English