Click or drag to resize

IGroupedPropertySourceGetGroupMetadata Method

Gets the metadata object, attached to the specified group, or null if the group has no metadata attached.

Namespace:  Mastersign.Bench.PropertyCollections
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
Object GetGroupMetadata(
	string group
)

Parameters

group
Type: SystemString
The group in question.

Return Value

Type: Object
The metadata object attached to the given group, or null.
See Also