Class Property

Class Property

ja nimityö: Aspose.Tasks.Properties Kokoelma: Aspose.Tasks.dll (25.4.0)

Se edustaa kiinteistön perusluokkaa.

public abstract class Property

Inheritance

object Property

Derived

BuiltInProjectProperty , CustomProjectProperty

Perintöjäsenet

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

Properties

Name

Hän saa nimen omaisuudesta.

public string Name { get; }

Omistuksen arvo

string

Value

Antaa tai asettaa omaisuuden arvon.

public object Value { get; set; }

Omistuksen arvo

object

Methods

ToString()

Palauttaa omaisuuden arvo sarjaksi.

public override string ToString()

Returns

string

tiukkaa arvoa.

 Suomi