Click or drag to resize

GroupedPropertyCollectionSetGroupMetadata Method

Attaches a metadata object to a group.

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

Parameters

group
Type: SystemString
The group to attach the metadata to.
metadata
Type: SystemObject
The metadata object.

Implements

IGroupedPropertyTargetSetGroupMetadata(String, Object)
See Also