Click or drag to resize

GroupedPropertyCollectionPropertyNames 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
public IEnumerable<string> PropertyNames(
	string group
)

Parameters

group
Type: SystemString
The group name.

Return Value

Type: IEnumerableString
An enumeration of property names.

Implements

IGroupedPropertyCollectionPropertyNames(String)
See Also