Class Property

Class Property

Nazwa przestrzeń: Aspose.Tasks.Properties Zgromadzenie: Aspose.Tasks.dll (25.4.0)

Przedstawia podstawową klasę nieruchomości.

public abstract class Property

Inheritance

object Property

Derived

BuiltInProjectProperty , CustomProjectProperty

Dziedziczeni członkowie

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

Properties

Name

Otrzymuje nazwę nieruchomości.

public string Name { get; }

Wartość nieruchomości

string

Value

otrzymuje lub ustala wartość majątku.

public object Value { get; set; }

Wartość nieruchomości

object

Methods

ToString()

Zwraca wartość własności jako pasek.

public override string ToString()

Returns

string

Striczna wartość .

 Polski