ExternalParameterAttribute GetParameter Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Gets instrumentation parameter value returning true if parameter was found. 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 GetParameter(
	Object target,
	string name,
	out Object value,
	params string[] groups
)

Parameters

target
Type: OnlineSystem Object
name
Type: OnlineSystem String
value
Type: OnlineSystem Object 
groups
Type:  OnlineSystem String 

Return Value

Type: OnlineBoolean
See Also