CommandMeasurementValue Property
Gets or sets the value of the measurement.
Namespace: Gemstone.Timeseries.TransportAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.143 -- Release Build+6200516e1d8796210682e4fa5670553a73472309
[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