| 
            
              GrafanaFunctionBaseTInternalParameterCount Property
             | 
          
        
        
            Gets the number of internal parameters of the Grafana function.
            
        
        Namespace: GrafanaAdapters.FunctionsAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.257-beta
Syntaxpublic virtual int InternalParameterCount { get; }Public Overridable ReadOnly Property InternalParameterCount As Integer
	Get
public:
virtual property int InternalParameterCount {
	int get ();
}abstract InternalParameterCount : int with get
override InternalParameterCount : int with get
function get_InternalParameterCount();
 View SourceProperty Value
Int32Implements
IGrafanaFunctionInternalParameterCount
See Also