Struct GenericProperty

Struct GenericProperty

A név: Aspose.Tasks.Properties Összefoglaló: Aspose.Tasks.dll (25.4.0)

Ez egy konténer tulajdonság.

public struct GenericProperty<tkey> where TKey : struct

A paraméterek típusa

TKey

Az ingatlan értékének típusa.

Örökletes tagok

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

Constructors

GenericProperty(A string)

Elindítja az Aspose.Tasks.Properties.GenericProperty`1 szerkezet új példáját.

public GenericProperty(string name)

Parameters

name string

A tulajdon neve.

Properties

Name

Megkapja a tulajdon nevét.

public string Name { get; }

ingatlan értéke

string

Value

Megkapja az ingatlan értékét.

public object Value { get; }

ingatlan értéke

object

 Magyar