IGeoIP2DatabaseReaderEnterprise Method (IPAddress) | 
  
    Namespace: 
   MaxMind.GeoIP2
    Assembly:
   MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
SyntaxEnterpriseResponse Enterprise(
	IPAddress ipAddress
)
Function Enterprise ( 
	ipAddress As IPAddress
) As EnterpriseResponse
EnterpriseResponse^ Enterprise(
	IPAddress^ ipAddress
)
abstract Enterprise : 
        ipAddress : IPAddress -> EnterpriseResponse 
Parameters
- ipAddress
 - Type: System.NetIPAddress
The IP address. 
Return Value
Type: 
EnterpriseResponseAn 
EnterpriseResponse
See Also