|
GrafanaFunctionBaseTOptionalParameterCount Property
|
Gets the number of optional parameters of the Grafana function.
Namespace: GrafanaAdapters.FunctionsAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.207-beta
Syntax public virtual int OptionalParameterCount { get; }
Public Overridable ReadOnly Property OptionalParameterCount As Integer
Get
public:
virtual property int OptionalParameterCount {
int get ();
}
abstract OptionalParameterCount : int with get
override OptionalParameterCount : int with get
function get_OptionalParameterCount();
View SourceProperty Value
Int32Implements
IGrafanaFunctionOptionalParameterCountSee Also