DomainResponseDomain Property  | 
 
                The second level domain associated with the IP address. This will
                be something like "example.com" or "example.co.uk", not
                "foo.example.com".
            
 
    Namespace: 
   MaxMind.GeoIP2.Responses
    Assembly:
   MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntaxpublic string Domain { get; }Public ReadOnly Property Domain As String
	Get
public:
property String^ Domain {
	String^ get ();
}member Domain : string with get
Property Value
Type: 
String
See Also