Click or drag to resize

GroupedPropertyCollectionGetGroupCategory 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
public 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.

Implements

IGroupedPropertySourceGetGroupCategory(String)
See Also