|
IGrafanaFunctionRequiredParameterCount Property
|
Gets the number of required parameters, not including data source values expression, of the Grafana function.
Namespace: GrafanaAdapters.FunctionsAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.207-beta
Syntax int RequiredParameterCount { get; }
ReadOnly Property RequiredParameterCount As Integer
Get
property int RequiredParameterCount {
int get ();
}
abstract RequiredParameterCount : int with get
function get_RequiredParameterCount();
View SourceProperty Value
Int32See Also