Click or drag to resize

GroupedPropertyCollectionGetGroupValue Method (String, String, Object)

Gets the value of the specified property, or a given default value, in case the specified property does not exist.

Namespace:  Mastersign.Bench.PropertyCollections
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public Object GetGroupValue(
	string group,
	string name,
	Object def
)

Parameters

group
Type: SystemString
The group of the property.
name
Type: SystemString
The name of the property.
def
Type: SystemObject
The default value.

Return Value

Type: Object
The value of the specified property, or def in case the specified value does not exist.

Implements

IGroupedPropertyCollectionGetGroupValue(String, String, Object)
See Also