The user type associated with the IP address. This can be one of
the following values:
- business
- cafe
- cellular
- college
- content_delivery_network
- dialup
- government
- hosting
- library
- military
- residential
- router
- school
- search_engine_spider
- traveler
This value is only set when using the City or Insights web service
or the Enterprise database.
Namespace:
MaxMind.GeoIP2.Model
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntaxpublic string UserType { get; }Public ReadOnly Property UserType As String
Get
public:
property String^ UserType {
String^ get ();
}member UserType : string with get
Property Value
Type:
String
See Also