AccessQueryTrackedSatelliteGpsReceiverService Property  | 
 
            Gets or sets the service provider providing the 
IGpsReceiverService, which will be used to determine access to the Satellite.
            
 
    Namespace: 
   AGI.Foundation.Access
    Assembly:
   AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic IServiceProvider GpsReceiverService { get; set; }Public Property GpsReceiverService As IServiceProvider
	Get
	Set
public:
property IServiceProvider^ GpsReceiverService {
	IServiceProvider^ get ();
	void set (IServiceProvider^ value);
}member GpsReceiverService : IServiceProvider with get, set
Property Value
Type: 
IServiceProvider
See Also