Class Property
Class Property
Le nom : Aspose.Tasks.Properties Assemblée: Aspose.Tasks.dll (25.4.0)
Si tratta di una classe di base di una proprietà.
public abstract class Property
Inheritance
Derived
BuiltInProjectProperty , CustomProjectProperty
I membri ereditari
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
Name
Riceve il nome della proprietà.
public string Name { get; }
Valore di proprietà
Value
Riceve o stabilisce un valore della proprietà.
public object Value { get; set; }
Valore di proprietà
Methods
ToString()
Ritorna il valore della proprietà come string.
public override string ToString()
Returns
Valore rigoroso.