Click or drag to resize

GroupedPropertyCollectionContainsGroup 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
public 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.

Implements

IGroupedPropertyCollectionContainsGroup(String)
See Also