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