|   | AnalogValueBaseValue Property | 
        
        
            Gets or sets the floating point value that represents this 
AnalogValueBase.
            
 GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic virtual double Value { get; set; }Public Overridable Property Value As Double
	Get
	Set
public:
virtual property double Value {
	double get ();
	void set (double value);
}abstract Value : float with get, set
override Value : float with get, set
function get_Value();
function set_Value(value);
Property Value
DoubleImplements
IAnalogValueValue See Also
See Also