GpsSatelliteInformationExtensionInformation Property  | 
 
            Gets information about this GPS satellite.
            
 
    Namespace: 
   AGI.Foundation.Navigation
    Assembly:
   AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic GpsSatelliteInformation Information { get; set; }Public Property Information As GpsSatelliteInformation
	Get
	Set
public:
virtual property GpsSatelliteInformation^ Information {
	GpsSatelliteInformation^ get () sealed;
	void set (GpsSatelliteInformation^ value) sealed;
}abstract Information : GpsSatelliteInformation with get, set
override Information : GpsSatelliteInformation with get, set
Property Value
Type: 
GpsSatelliteInformationImplements
IGpsSatelliteInformationServiceInformation
See Also