Method AddExtendedPropertyValue
AddExtendedPropertyValue(String, Object)
Adds a value to the container
Declaration
void AddExtendedPropertyValue(string id, object value)
Parameters
void AddExtendedPropertyValue(string id, object value)
String | id | Id of the value |
Object | value | value to add |
Remarks
Adds the value with the specified id. If a value with the same id
already exists and its type is the same as value
it is replaced. If the existing value is of a different type, then
an ArgumentException is thrown.