Click or drag to resize

IGroupedPropertyTargetSetGroupMetadata 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
void SetGroupMetadata(
	string group,
	Object metadata
)

Parameters

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