Properties.SetMultiple Method
Definition
Sets the values of a multiple valued property with the specified key. Any existing values are replaced.
public void SetMultiple<T>(string key, IEnumerable<T> values);
Type Parameters
| Name | Description |
|---|---|
T |
The type of the property. |
Parameters
| Name | Type | Description |
|---|---|---|
key |
String |
The key of the property. |
values |
IEnumerable<T> |
The values of the property. |