Click or drag to resize

IGroupedPropertyCollectionContainsGroup Method

Checks, whether this collection contains properties in the specified group.

Namespace:  Mastersign.Bench.PropertyCollections
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
bool ContainsGroup(
	string group
)

Parameters

group
Type: SystemString
The name of the group.

Return Value

Type: Boolean
true if properties in the specified group exists; otherwise false.
See Also