Class Property

Class Property

Именује се: Aspose.Tasks.Properties Асамблеја: Aspose.Tasks.dll (25.4.0)

Представља основни клас имовине.

public abstract class Property

Inheritance

object Property

Derived

BuiltInProjectProperty , CustomProjectProperty

Наслеђени чланови

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

Properties

Name

Добије име имовине.

public string Name { get; }

Вредност имовине

string

Value

Добија или поставља вредност имовине.

public object Value { get; set; }

Вредност имовине

object

Methods

ToString()

Враћа вредност имовине као струју.

public override string ToString()

Returns

string

строга вредност .

 Српски