Contains data for the continent record associated with an IP address. This record is returned by all the end points.
See Also: Inherited members from NamedEntity.
|
Continent
()
|
Documentation for this section has not yet been entered. |
[read-only] | Code | string . A two character continent code like "NA" (North America) or "OC" (Oceania). This attribute is returned by all end points. |
[read-only] | GeoNameId | Nullable<int> . The GeoName ID for the city. This attribute is returned by all endpoints (Inherited from NamedEntity.) |
[read-only] | Name | string . The name of the city based on the locales list passed to the MaxMind.GeoIP2.WebServiceClient constructor. This attribute is returned by all endpoints. (Inherited from NamedEntity.) |
[read-only] | Names | Dictionary<string, string> . A Dictionary`2 from locale codes to the name in that locale. This attribute is returned by all end points. (Inherited from NamedEntity.) |
override
|
ToString
()Returns a string that represents this instance. (Inherited from NamedEntity.) |
Documentation for this section has not yet been entered.
Syntax
public Continent ()Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2.Model
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 0.3.2.0
A two character continent code like "NA" (North America) or "OC" (Oceania). This attribute is returned by all end points.
Syntax
[Newtonsoft.Json.JsonProperty("code")]
public string Code { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2.Model
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 0.3.2.0