Click or drag to resize
Grid Solutions Framework

ParameterDefinitionsContains Method

Determines whether the ParameterDefinitions contains a parameter with the specified name.

Namespace: GrafanaAdapters.Functions
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
public bool Contains(
	string name
)
View Source

Parameters

name  String
The name of the parameter to locate in the ParameterDefinitions.

Return Value

Boolean
true if the ParameterDefinitions contains a parameter with the specified name; otherwise, false.
See Also