Struct GenericProperty

Struct GenericProperty

Le nom : Aspose.Tasks.Properties Assemblée: Aspose.Tasks.dll (25.4.0)

Si tratta di una proprietà container.

public struct GenericProperty<tkey> where TKey : struct

Tipo di parametri

TKey

Il tipo di valore della proprietà.

I membri ereditari

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

Constructors

GenericProperty(Le string)

Initialisez une nouvelle instance de la structure Aspose.Tasks.Properties.GenericProperty`1.

public GenericProperty(string name)

Parameters

name string

Il nome della proprietà.

Properties

Name

Riceve il nome della proprietà.

public string Name { get; }

Valore di proprietà

string

Value

Riceve un valore della proprietà.

public object Value { get; }

Valore di proprietà

object

 Français