AbstractCityResponseSubdivisions Property |
An
ListT of
Subdivision objects representing
the country subdivisions for the requested IP address. The number
and type of subdivisions varies by country, but a subdivision is
typically a state, province, county, etc. Subdivisions are
ordered from most general (largest) to most specific (smallest).
If the response did not contain any subdivisions, this method
returns an empty array.
Namespace:
MaxMind.GeoIP2.Responses
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax public List<Subdivision> Subdivisions { get; }
Public ReadOnly Property Subdivisions As List(Of Subdivision)
Get
public:
property List<Subdivision^>^ Subdivisions {
List<Subdivision^>^ get ();
}
member Subdivisions : List<Subdivision> with get
Property Value
Type:
ListSubdivisionSee Also