Click or drag to resize

GroupedPropertyCollectionGetRawGroupValue Method

Gets the unresolved and untransformed value of a group property in this collection, without looking up the property in GroupedDefaultValueSource.

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

Parameters

group
Type: SystemString
The group of the property.
name
Type: SystemString
The name of the property.

Return Value

Type: Object
The value of the specified property or null.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs thrown if null is passed for name.
ArgumentOutOfRangeExceptionIs thrown if an empty string is passed as name.
See Also