 | ResolvingGroupedPropertyCollectionResolveGroupValue Method |
Namespace:
Mastersign.Bench.PropertyCollections
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntaxprotected override Object ResolveGroupValue(
string group,
string name,
Object value
)
Protected Overrides Function ResolveGroupValue (
group As String,
name As String,
value As Object
) As Object
Parameters
- group
- Type: SystemString
The group of the property. - name
- Type: SystemString
The name of the property. - value
- Type: SystemObject
The original value of the property.
Return Value
Type:
ObjectThe resolved or transformed value of the property.
See Also