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 |
String |
The key of the property. |
value |
T |
The value to add to the property. |