Click or drag to resize
Grid Solutions Framework

ParametersItem(String) Property

Gets or sets the parameter with the specified name.

Namespace: GrafanaAdapters.Functions
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
public IMutableParameter this[
	string name
] { get; set; }
View Source

Parameters

name  String
The name of the parameter to get.

Return Value

IMutableParameter
The parameter with the specified name.
Exceptions
ExceptionCondition
KeyNotFoundExceptionParameter name not found.
Remarks
Parameter name lookup dictionary is lazy initialized. Using index-based lookups is more efficient.
See Also