TraitsIsAnonymousVpn Property |
This is true if the IP address belongs to an anonymous VPN
system. This value is only available from GeoIP2 Precision
Insights.
Namespace:
MaxMind.GeoIP2.Model
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax public bool IsAnonymousVpn { get; }
Public ReadOnly Property IsAnonymousVpn As Boolean
Get
public:
property bool IsAnonymousVpn {
bool get ();
}
member IsAnonymousVpn : bool with get
Property Value
Type:
BooleanSee Also