CommandMeasurementValue Property
Gets or sets the value of the measurement.
Namespace: Gemstone.Timeseries.TransportAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.158 -- Release Build+742760b9fc81f0ff99a22d1d8a726573e73efb7e
[SettingAttribute]
public double Value { get; set; }
<SettingAttribute>
Public Property Value As Double
Get
Set
public:
[SettingAttribute]
property double Value {
double get ();
void set (double value);
}
function get_Value();
function set_Value(value);
Property Value
Double