[This is preliminary documentation and is subject to change.]
Sets instrumentation parameter value, true if parameter name was found and set succeeded.
The property is tried to be set directly to the supplied value first, then, in case of assignment error,
the value is converted into string then tried to be re-converted to target type.
Returns true for successful set. Parameter names are case-insensitive.
If groups is null then all parameters are searched, else parameters must intersect in
their group sets with the supplied value
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Parameters
- target
- Type:
System Object
- name
- Type:
System String
- value
- Type:
System Object
- groups
- Type:
System String
Return Value
Type:
See Also