Class Property

Class Property

Namespace: Aspose.Tasks.Properties
Assembly: Aspose.Tasks.dll (25.2.0)

Represents a base class of a property.

public abstract class Property

Inheritance

objectProperty

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

string

Value

Gets or sets a value of the property.

public object Value { get; set; }

Property Value

object

Methods

ToString()

Returns the property value as string.

public override string ToString()

Returns

string

String value.