| 
            
              IMutableParameterTValue Property
             | 
          
        
        
            Gets or sets the actual typed value of the parameter.
            
        
        Namespace: GrafanaAdapters.FunctionsAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.257-beta
SyntaxProperty Value As T
	Get
	Set
property T Value {
	T get ();
	void set (T value);
}abstract Value : 'T with get, set
function get_Value();
function set_Value(value);
Property Value
T
See Also