|
IDataPoint.Value Property
|
Gets or sets the value of the time-series data point.
Namespace: GSF.HistorianAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.246-beta
Syntaxfloat Value { get; set; }
Property Value As Single
Get
Set
property float Value {
float get ();
void set (float value);
}
abstract Value : float32 with get, set
function get_Value();
function set_Value(value);
View SourceProperty Value
Single
See Also