NamedEntityGeoNameId Property |
The GeoName ID for the city.
Namespace: MaxMind.GeoIP2.ModelAssembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntaxpublic Nullable<int> GeoNameId { get; }
Public ReadOnly Property GeoNameId As Nullable(Of Integer)
Get
public:
property Nullable<int> GeoNameId {
Nullable<int> get ();
}
member GeoNameId : Nullable<int> with get
Property Value
Type:
NullableInt32
See Also