Class Property
Class Property
Nama dari : Aspose.Tasks.Properties Perhitungan: Aspose.Tasks.dll (25.4.0)
Ini adalah kelas dasar dari suatu properti.
public abstract class Property
Inheritance
Derived
BuiltInProjectProperty , CustomProjectProperty
anggota yang diwarisi
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
Name
Dapatkan nama dari properti.
public string Name { get; }
Nilai Properti
Value
Mendapatkan atau menetapkan nilai dari properti.
public object Value { get; set; }
Nilai Properti
Methods
ToString()
Mengembalikan nilai properti sebagai string.
public override string ToString()
Returns
nilai yang ketat.