Properties.AddToMultiple Method
Definition
Adds a value to a multiple valued property with the specified key.
public void AddToMultiple<T>(string key, T value);
Type Parameters
Name | Description |
---|---|
T | The type of the property. |
Parameters
Name | Type | Description |
---|---|---|
key | The key of the property. | |
value | T | The value to add to the property. |
Last modified: 22 November 2024