Class ProjectInfo

Class ProjectInfo

Nama dari : Aspose.Tasks Perhitungan: Aspose.Tasks.dll (25.4.0)

Informasi singkat tentang proyek yang diterbitkan yang tersedia di Project Online.

public sealed class ProjectInfo

Inheritance

object ProjectInfo

anggota yang diwarisi

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

Constructors

ProjectInfo()

Initifikasi instansi baru dari kelas Aspose.Tasks.ProjectInfo.

public ProjectInfo()

Properties

CreatedDate

Dapatkan tanggal dan waktu ketika proyek dibuat.

public DateTime CreatedDate { get; }

Nilai Properti

DateTime

Description

Dapatkan deskripsi dari proyek.

public string Description { get; }

Nilai Properti

string

Id

Dapatkan identitas unik dari proyek.

public Guid Id { get; }

Nilai Properti

Guid

IsCheckedOut

Dapatkan nilai yang menunjukkan apakah proyek itu disemak.

public bool IsCheckedOut { get; }

Nilai Properti

bool

LastPublishedDate

Dapatkan tanggal terkini saat proyek diterbitkan.

public DateTime LastPublishedDate { get; }

Nilai Properti

DateTime

LastSavedDate

Dapatkan tanggal terkini ketika proyek diselamatkan.

public DateTime LastSavedDate { get; }

Nilai Properti

DateTime

Name

Dapatkan nama proyek.

public string Name { get; }

Nilai Properti

string

 Indonesia