Click or drag to resize

IGroupedPropertyCollectionPropertyNames Method

Gets the property names in the specified group.

Namespace:  Mastersign.Bench.PropertyCollections
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
IEnumerable<string> PropertyNames(
	string group
)

Parameters

group
Type: SystemString
The group name.

Return Value

Type: IEnumerableString
An enumeration of property names.
See Also