Class Property
Class Property
Namespace: Aspose.Tasks.Properties
Assembly: Aspose.Tasks.dll (25.4.0)
Represents a base class of a property.
public abstract class Property
Inheritance
Derived
BuiltInProjectProperty , CustomProjectProperty
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
Name
Gets a name of the property.
public string Name { get; }
Property Value
Value
Gets or sets a value of the property.
public object Value { get; set; }
Property Value
Methods
ToString()
Returns the property value as string.
public override string ToString()
Returns
String value.