Click or drag to resize

GroupedPropertyCollectionSetGroupValue Method (String, String, String)

Sets a string array value for the specified group property.

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,
	string[] value
)

Parameters

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

Implements

IObjectLibrarySetGroupValue(String, String, String)
See Also