| 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
)
Function PropertyNames (
group As String
) As IEnumerable(Of String)
Parameters
- group
- Type: SystemString
The group name.
Return Value
Type:
IEnumerableStringAn enumeration of property names.
See Also