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

严格的价值。

 中文