| 
            
              ParametersItem(String) Property
             | 
          
        
        
            Gets or sets the parameter with the specified name.
            
        
        Namespace: GrafanaAdapters.FunctionsAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.257-beta
Syntaxfunction get_Item(name);
function set_Item(value);
 View SourceParameters
- name  String
 - The name of the parameter to get.
 
Return Value
IMutableParameterThe parameter with the specified 
name.
Exceptions
Remarks
            Parameter name lookup dictionary is lazy initialized. Using index-based lookups is more efficient.
            
See Also