| 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
)
Sub SetGroupCategory (
group As String,
category As String
)
Parameters
- group
- Type: SystemString
The group to be marked. - category
- Type: SystemString
The new category for the group.
See Also