Add

Add (1 of 4)

Creates a new custom property.

Returns: The newly created property object.

Add(const System::String & name, bool value)
ParameterDescription
nameThe name of the property.
valueThe newly created property object value.

Add (2 of 4)

Creates a new custom property.

Returns: The newly created property object.

Add(const System::String & name, const System::String & value)
ParameterDescription
nameThe name of the property.
valueThe newly created property object value.

Add (3 of 4)

Creates a new custom property.

Returns: The newly created property object.

Add(const System::String & name, double value)
ParameterDescription
nameThe name of the property.
valueThe newly created property object value.

Add (4 of 4)

Creates a new custom property.

Returns: The newly created property object.

Add(const System::String & name, System::DateTime value)
ParameterDescription
nameThe name of the property.
valueThe newly created property object value.