ExternalParameterAttribute SetParameter Method NFX Class Library

[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: NFX
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static bool SetParameter(
	Object target,
	string name,
	Object value,
	params string[] groups
)

Return Value

Type: OnlineBoolean
See Also