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; }
不動産価値
Value
財産の価値を得る。
public object Value { get; }