Click or drag to resize
Grid Solutions Framework

IParameterIsDefinition Property

Gets flag that indicates if parameter is a definition.

Namespace: GrafanaAdapters.Functions
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
bool IsDefinition { get; }
View Source

Property Value

Boolean
Remarks
Definition parameters are used to define function parameters, not hold values for function evaluation.
See Also