AnonymousIPResponseIsAnonymousVpn Property |
Returns true if the IP address belongs to an anonymous VPN system.
Namespace: MaxMind.GeoIP2.ResponsesAssembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntaxpublic bool IsAnonymousVpn { get; }
Public ReadOnly Property IsAnonymousVpn As Boolean
Get
public:
property bool IsAnonymousVpn {
bool get ();
}
member IsAnonymousVpn : bool with get
Property Value
Type:
Boolean
See Also