Click or drag to resize

GroupedPropertyCollectionSetGroupCategory 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
public void SetGroupCategory(
	string group,
	string category
)

Parameters

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

Implements

IGroupedPropertyTargetSetGroupCategory(String, String)
See Also