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; }