Struct GenericProperty
Struct GenericProperty
Namespace: Aspose.Tasks.Properties
Assembly: Aspose.Tasks.dll (25.2.0)
Represents a container property.
public struct GenericProperty<tkey> where TKey : struct
Type Parameters
TKey
The type of property value.
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
GenericProperty(string)
Initializes a new instance of the Aspose.Tasks.Properties.GenericProperty`1 struct.
public GenericProperty(string name)
Parameters
name
string
The name of the property.
Properties
Name
Gets a name of the property.
public string Name { get; }
Property Value
Value
Gets a value of the property.
public object Value { get; }