| IGroupedPropertyCollectionContainsGroupValue Method |
Checks, whether this collection contains the specified property in the specified group.
Namespace:
Mastersign.Bench.PropertyCollections
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax bool ContainsGroupValue(
string group,
string name
)
Function ContainsGroupValue (
group As String,
name As String
) As Boolean
Parameters
- group
- Type: SystemString
The group of the property. - name
- Type: SystemString
The name of the property.
Return Value
Type:
Booleantrue if this collection contains the specified property;
otherwise
false.
See Also