| 
            
              ConfigurationFrameLongitude Property
             | 
          
        
        
            Gets or sets the longitude (i.e., East/West geospatial position) of the device.
            
        
        Namespace: GSF.PhasorProtocols.FNETAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.258-beta
Syntaxpublic double Longitude { get; set; }Public Property Longitude As Double
	Get
	Set
public:
property double Longitude {
	double get ();
	void set (double value);
}member Longitude : float with get, set
function get_Longitude();
function set_Longitude(value);
 View SourceProperty Value
Double
See Also