Click or drag to resize

PropertyCollection.SetValue Method (String, Int32)

Sets an integer value for the specified property.

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

Parameters

name
Type: System.String
The name of the property.
value
Type: System.Int32
The new integer value for the property.

Implements

IConfiguration.SetValue(String, Int32)
See Also