 | IConfiguration.SetValue Method (String,String[]) |
Sets a string array value for the specified property.
Namespace:
Mastersign.Bench.PropertyCollections
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntaxvoid SetValue(
string name,
string[] value
)
Sub SetValue (
name As String,
value As String()
)
Parameters
- name
- Type: System.String
The name of the property. - value
- Type:System.String[]
The new string array value for the property.
See Also