Class ProjectInfo
Class ProjectInfo
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Brief info about the published project available on Project Online.
public sealed class ProjectInfo
Inheritance
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
Description
Gets the description of the project.
public string Description { get; }
Property Value
Id
Gets the unique identifier of the project.
public Guid Id { get; }
Property Value
IsCheckedOut
Gets a value indicating whether the project is checked out.
public bool IsCheckedOut { get; }
Property Value
LastPublishedDate
Gets the most recent date when the project was published.
public DateTime LastPublishedDate { get; }
Property Value
LastSavedDate
Gets the most recent date when the project was saved.
public DateTime LastSavedDate { get; }
Property Value
Name
Gets the name of the project.
public string Name { get; }