Struct GenericProperty

Struct GenericProperty

名称: Aspose.Tasks.Properties 集合: Aspose.Tasks.dll (25.4.0)

代表一个集装箱属性。

public struct GenericProperty<tkey> where TKey : struct

类型参数

TKey

财产价值的类型。

继承人

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

Constructors

GenericProperty(线条)

启动了 Aspose.Tasks.Properties.GenericProperty`1结构的新例子。

public GenericProperty(string name)

Parameters

name string

财产的名称。

Properties

Name

得到财产的名称。

public string Name { get; }

财产价值

string

Value

获得财产的价值。

public object Value { get; }

财产价值

object

 中文