Click or drag to resize

IGroupedPropertyTargetSetGroupCategory Method

Marks a group with a category.

Namespace:  Mastersign.Bench.PropertyCollections
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
void SetGroupCategory(
	string group,
	string category
)

Parameters

group
Type: SystemString
The group to be marked.
category
Type: SystemString
The new category for the group.
See Also