|   | DataCellAnalogValue Property | 
        
        
            Gets or sets analog value for F-NET data row.
            
        
        Namespace: GSF.PhasorProtocols.FNETAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic double AnalogValue { get; set; }Public Property AnalogValue As Double
	Get
	Set
public:
property double AnalogValue {
	double get ();
	void set (double value);
}member AnalogValue : float with get, set
function get_AnalogValue();
function set_AnalogValue(value);
Property Value
Double See Also
See Also