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
Syntax public string Domain { get; }
Public ReadOnly Property Domain As String
Get
public:
property String^ Domain {
String^ get ();
}
member Domain : string with get
Property Value
Type:
StringSee Also