Set

Set (1 of 2)

Maps the specified property to the specified value in this container.

Returns: void Aspose::Tasks::

Set(const Key < System::DateTime, PrjKey > & key, const System::DateTime & val)
ParameterDescription
keythe specified property key. Prj for getting the property key.
valthe value.

Set (2 of 2)

Maps the specified property to the specified value in this container.

Returns: void Aspose::Tasks::

Set(const Key < T, PrjKey > & key, const T & val)
ParameterDescription
keythe specified property key. Prj for getting the property key.
valthe value.