TraitsIsSatelliteProvider Property  | 
 Note: This API is now obsolete.
                This is true if the IP belong to a satellite Internet provider.
            
 
    Namespace: 
   MaxMind.GeoIP2.Model
    Assembly:
   MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax[ObsoleteAttribute("Due to increased mobile usage, we have insufficient data to maintain this field.")]
public bool IsSatelliteProvider { get; }<ObsoleteAttribute("Due to increased mobile usage, we have insufficient data to maintain this field.")>
Public ReadOnly Property IsSatelliteProvider As Boolean
	Getpublic:
[ObsoleteAttribute(L"Due to increased mobile usage, we have insufficient data to maintain this field.")]
property bool IsSatelliteProvider {
	bool get ();
}[<ObsoleteAttribute("Due to increased mobile usage, we have insufficient data to maintain this field.")>]
member IsSatelliteProvider : bool with get
Property Value
Type: 
Boolean
See Also