| 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
)
Function ContainsGroup (
group As String
) As Boolean
Parameters
- group
- Type: SystemString
The name of the group.
Return Value
Type:
Booleantrue if properties in the specified group exists;
otherwise
false.
See Also