Click or drag to resize

GroupedPropertyCollectionSetGroupValue Method (String, String, Object)

Sets the value of the specified property. If the property did exist until now, it is created.

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

Parameters

group
Type: SystemString
The group of the property.
name
Type: SystemString
The name of the property.
value
Type: SystemObject
The new value for the property.

Implements

IGroupedPropertyTargetSetGroupValue(String, String, Object)
See Also