| 
            
              IDataPointValue Property
             | 
          
        
        
            Gets or sets the value of the time-series data point.
            
        
        Namespace: GSF.HistorianAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.257-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