Click or drag to resize

GroupedVariableResolverResolveValue Method

Returns the resolved or transformed value of the specified property.

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

Parameters

name
Type: SystemString
The name of the property.
value
Type: SystemObject
The original value of the specified property.

Return Value

Type: Object
The resolved or transformed value for the specified value.

Implements

IValueResolverResolveValue(String, Object)
See Also