![](../icons/Help.png) | IGroupedPropertySourceGetGroupValue Method |
Gets the value of the specified property.
Namespace:
Mastersign.Bench.PropertyCollections
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
SyntaxObject GetGroupValue(
string group,
string name
)
Function GetGroupValue (
group As String,
name As String
) As Object
Parameters
- group
- Type: SystemString
The group of the property. - name
- Type: SystemString
The name of the property.
Return Value
Type:
ObjectThe value of the specified property, or
null
if the property does not exist.
See Also