Click or drag to resize
Grid Solutions Framework

IParameterInternal Property

Gets flag that indicates if parameter is internal.

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

Property Value

Boolean
Remarks
Internal parameters are not exposed to the user and should always be defined at the end of the parameter list.
See Also