| IConfigurationSetValue Method (String, Boolean) |
Sets a boolean 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,
bool value
)
Sub SetValue (
name As String,
value As Boolean
)
Parameters
- name
- Type: SystemString
The name of the property. - value
- Type: SystemBoolean
The new boolean value for the property.
See Also