|   | 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.257-beta
 Syntax
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);
Property Value
Double See Also
See Also