|
IMutableParameterTValue Property
|
Gets or sets the actual typed value of the parameter.
Namespace: GrafanaAdapters.FunctionsAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.207-beta
Syntax Property 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
TSee Also