Struct GenericProperty
Struct GenericProperty
Tên không gian: Aspose.Tasks.Properties Tổng hợp: Aspose.Tasks.dll (25.4.0)
Là một tài sản container.
public struct GenericProperty<tkey> where TKey : struct
Loại Parameters
TKey
Loại giá trị tài sản.
Thành viên thừa kế
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
GenericProperty(String)
Bắt đầu một ví dụ mới của Aspose.Tasks.Properties.GenericProperty`1 cấu trúc.
public GenericProperty(string name)
Parameters
name
string
Tên của tài sản.
Properties
Name
Nhận được tên của tài sản.
public string Name { get; }
Giá trị bất động sản
Value
Nhận được giá trị của tài sản.
public object Value { get; }