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