| 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
)
Function GetGroupCategory (
group As String
) As String
Parameters
- group
- Type: SystemString
The group in question.
Return Value
Type:
StringThe category name of the given group, or
null.
See Also