| 
            
              QueryParametersImports Property
             | 
          
        
        
            Gets or sets any defined eval imports defined in the query.
            
        
        Namespace: GrafanaAdapters.FunctionsAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.257-beta
Syntaxpublic string Imports { get; set; }Public Property Imports As String
	Get
	Set
member Imports : string with get, set
function get_Imports();
function set_Imports(value);
 View SourceProperty Value
String
See Also