Click or drag to resize

IGroupedPropertySourceGetGroupCategory Method

Gets the category of the specified group, or null if the group has no category.

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

Parameters

group
Type: SystemString
The group in question.

Return Value

Type: String
The category name of the given group, or null.
See Also