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 struct

public GenericProperty(string name)

Parameters

name string

ชื่อของทรัพย์สิน

Properties

Name

ได้รับชื่อของทรัพย์สิน

public string Name { get; }

คุณสมบัติมูลค่า

string

Value

ได้รับค่าของทรัพย์สิน

public object Value { get; }

คุณสมบัติมูลค่า

object

 แบบไทย