| 
            
              ParametersValue(String) Method
             | 
          
        
        
            Gets value of parameter with specified name, if name is found.
            
        
        Namespace: GrafanaAdapters.FunctionsAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.257-beta
SyntaxView SourceParameters
- name  String
 - Name of parameter to get.
 
Return Value
Object
            The value of parameter with the specified name if the parameter name can be found;
            otherwise, 
null.
            
 
Remarks
            Parameter name lookup dictionary is lazy initialized. Using index-based lookups is more efficient.
            This function will not throw an exception if the name is not found.
            
See Also