|
IParameterIsDefinition Property
|
Gets flag that indicates if parameter is a definition.
Namespace: GrafanaAdapters.FunctionsAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.207-beta
Syntax bool IsDefinition { get; }
ReadOnly Property IsDefinition As Boolean
Get
property bool IsDefinition {
bool get ();
}
abstract IsDefinition : bool with get
function get_IsDefinition();
View SourceProperty Value
BooleanRemarks
Definition parameters are used to define function parameters,
not hold values for function evaluation.
See Also