Click or drag to resize

IConfigurationSetValue Method (String, String)

Sets a string value for the specified property.

Namespace:  Mastersign.Bench.PropertyCollections
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
void SetValue(
	string name,
	string value
)

Parameters

name
Type: SystemString
The name of the property.
value
Type: SystemString
The new string value for the property.
See Also