TraitsIsSatelliteProvider Property |
Note: This API is now obsolete.
This is true if the IP belong to a satellite Internet provider.
Namespace: MaxMind.GeoIP2.ModelAssembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
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
Get
public:
[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